gogol-dfareporting-0.1.0: Google DCM/DFA Reporting And Trafficking SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DFAReporting.InventoryItems.Get

Contents

Description

Gets one inventory item by ID.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.inventoryItems.get.

Synopsis

REST Resource

type InventoryItemsGetResource = "dfareporting" :> ("v2.5" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("projects" :> (Capture "projectId" (Textual Int64) :> ("inventoryItems" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] InventoryItem)))))))) Source #

A resource alias for dfareporting.inventoryItems.get method which the InventoryItemsGet request conforms to.

Creating a Request

inventoryItemsGet Source #

Creates a value of InventoryItemsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data InventoryItemsGet Source #

Gets one inventory item by ID.

See: inventoryItemsGet smart constructor.

Instances

Eq InventoryItemsGet Source # 
Data InventoryItemsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InventoryItemsGet -> c InventoryItemsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InventoryItemsGet #

toConstr :: InventoryItemsGet -> Constr #

dataTypeOf :: InventoryItemsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InventoryItemsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InventoryItemsGet) #

gmapT :: (forall b. Data b => b -> b) -> InventoryItemsGet -> InventoryItemsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InventoryItemsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InventoryItemsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> InventoryItemsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InventoryItemsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InventoryItemsGet -> m InventoryItemsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InventoryItemsGet -> m InventoryItemsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InventoryItemsGet -> m InventoryItemsGet #

Show InventoryItemsGet Source # 
Generic InventoryItemsGet Source # 
GoogleRequest InventoryItemsGet Source # 
type Rep InventoryItemsGet Source # 
type Rep InventoryItemsGet = D1 (MetaData "InventoryItemsGet" "Network.Google.Resource.DFAReporting.InventoryItems.Get" "gogol-dfareporting-0.1.0-KEBAT3IXpFyJcea2FOz34a" False) (C1 (MetaCons "InventoryItemsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_iigProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) ((:*:) (S1 (MetaSel (Just Symbol "_iigId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_iigProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))))
type Scopes InventoryItemsGet Source # 
type Scopes InventoryItemsGet = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs InventoryItemsGet Source # 

Request Lenses

iigProFileId :: Lens' InventoryItemsGet Int64 Source #

User profile ID associated with this request.

iigId :: Lens' InventoryItemsGet Int64 Source #

Inventory item ID.

iigProjectId :: Lens' InventoryItemsGet Int64 Source #

Project ID for order documents.