gogol-adexchange-buyer-0.2.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 # 
Data BudgetGet Source # 

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 # 
Generic BudgetGet Source # 

Associated Types

type Rep BudgetGet :: * -> * #

GoogleRequest BudgetGet Source # 

Associated Types

type Rs BudgetGet :: * #

type Scopes BudgetGet :: [Symbol] #

type Rep BudgetGet Source # 
type Rep BudgetGet = D1 (MetaData "BudgetGet" "Network.Google.Resource.AdExchangeBuyer.Budget.Get" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" False) (C1 (MetaCons "BudgetGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_bgBillingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes BudgetGet Source # 
type Scopes BudgetGet = (:) Symbol "https://www.googleapis.com/auth/adexchange.buyer" ([] Symbol)
type Rs BudgetGet Source # 

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.