gogol-adexchange-buyer-0.4.0: Google Ad Exchange Buyer 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.AdExchangeBuyer.Accounts.Get

Contents

Description

Gets one account by ID.

See: Ad Exchange Buyer API Reference for adexchangebuyer.accounts.get.

Synopsis

REST Resource

type AccountsGetResource = "adexchangebuyer" :> ("v1.4" :> ("accounts" :> (Capture "id" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Account)))) Source #

A resource alias for adexchangebuyer.accounts.get method which the AccountsGet request conforms to.

Creating a Request

accountsGet Source #

Arguments

:: Int32

agId

-> AccountsGet 

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

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

data AccountsGet Source #

Gets one account by ID.

See: accountsGet smart constructor.

Instances
Eq AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

Data AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

Methods

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

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

toConstr :: AccountsGet -> Constr #

dataTypeOf :: AccountsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

Generic AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

Associated Types

type Rep AccountsGet :: Type -> Type #

GoogleRequest AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

Associated Types

type Rs AccountsGet :: Type #

type Scopes AccountsGet :: [Symbol] #

type Rep AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

type Rep AccountsGet = D1 (MetaData "AccountsGet" "Network.Google.Resource.AdExchangeBuyer.Accounts.Get" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "AccountsGet'" PrefixI True) (S1 (MetaSel (Just "_agId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int32))))
type Scopes AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

type Scopes AccountsGet = "https://www.googleapis.com/auth/adexchange.buyer" ': ([] :: [Symbol])
type Rs AccountsGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.Accounts.Get

Request Lenses

agId :: Lens' AccountsGet Int32 Source #

The account id