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.Budget.Get

Contents

Description

Returns the budget information for the adgroup specified by the accountId and billingId.

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

Synopsis

REST Resource

type BudgetGetResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (Capture "accountId" (Textual Int64) :> (Capture "billingId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Budget))))) Source #

A resource alias for adexchangebuyer.budget.get method which the BudgetGet request conforms to.

Creating a Request

budgetGet Source #

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

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

data BudgetGet Source #

Returns the budget information for the adgroup specified by the accountId and billingId.

See: budgetGet smart constructor.

Instances
Eq BudgetGet Source # 
Instance details

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

Data BudgetGet Source # 
Instance details

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

Methods

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

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

toConstr :: BudgetGet -> Constr #

dataTypeOf :: BudgetGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BudgetGet Source # 
Instance details

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

Generic BudgetGet Source # 
Instance details

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

Associated Types

type Rep BudgetGet :: Type -> Type #

GoogleRequest BudgetGet Source # 
Instance details

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

Associated Types

type Rs BudgetGet :: Type #

type Scopes BudgetGet :: [Symbol] #

type Rep BudgetGet Source # 
Instance details

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

type Rep BudgetGet = D1 (MetaData "BudgetGet" "Network.Google.Resource.AdExchangeBuyer.Budget.Get" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" False) (C1 (MetaCons "BudgetGet'" PrefixI True) (S1 (MetaSel (Just "_bgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_bgBillingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))))
type Scopes BudgetGet Source # 
Instance details

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

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

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

Request Lenses

bgAccountId :: Lens' BudgetGet Int64 Source #

The account id to get the budget information for.

bgBillingId :: Lens' BudgetGet Int64 Source #

The billing id to get the budget information for.