| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Content.Datafeeds.Get
Description
Retrieves a datafeed from your Merchant Center account.
See: Content API for Shopping Reference for content.datafeeds.get.
- type DatafeedsGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (Capture "datafeedId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Datafeed)))))
- datafeedsGet :: Word64 -> Word64 -> DatafeedsGet
- data DatafeedsGet
- dgMerchantId :: Lens' DatafeedsGet Word64
- dgDatafeedId :: Lens' DatafeedsGet Word64
REST Resource
type DatafeedsGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (Capture "datafeedId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Datafeed))))) Source
A resource alias for content.datafeeds.get method which the
DatafeedsGet request conforms to.
Creating a Request
Arguments
| :: Word64 | |
| -> Word64 | |
| -> DatafeedsGet |
Creates a value of DatafeedsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DatafeedsGet Source
Retrieves a datafeed from your Merchant Center account.
See: datafeedsGet smart constructor.