Copyright | (c) 2015-2016 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 |
Returns the budget information for the adgroup specified by the accountId and billingId.
See: Ad Exchange Buyer API Reference for adexchangebuyer.budget.get
.
Synopsis
- type BudgetGetResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (Capture "accountId" (Textual Int64) :> (Capture "billingId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] Budget)))))
- budgetGet :: Int64 -> Int64 -> BudgetGet
- data BudgetGet
- bgAccountId :: Lens' BudgetGet Int64
- bgBillingId :: Lens' BudgetGet Int64
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
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:
Returns the budget information for the adgroup specified by the accountId and billingId.
See: budgetGet
smart constructor.
Instances
Eq BudgetGet Source # | |
Data BudgetGet Source # | |
Defined in Network.Google.Resource.AdExchangeBuyer.Budget.Get 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 # | |
GoogleRequest BudgetGet Source # | |
type Rep BudgetGet Source # | |
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 # | |
type Rs BudgetGet Source # | |