gogol-adsense-0.4.0: Google AdSense Management 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.AdSense.AdClients.List

Contents

Description

List all ad clients in this AdSense account.

See: AdSense Management API Reference for adsense.adclients.list.

Synopsis

REST Resource

type AdClientsListResource = "adsense" :> ("v1.4" :> ("adclients" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClients))))) Source #

A resource alias for adsense.adclients.list method which the AdClientsList request conforms to.

Creating a Request

adClientsList :: AdClientsList Source #

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

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

data AdClientsList Source #

List all ad clients in this AdSense account.

See: adClientsList smart constructor.

Instances
Eq AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

Data AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

Methods

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

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

toConstr :: AdClientsList -> Constr #

dataTypeOf :: AdClientsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

Generic AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

Associated Types

type Rep AdClientsList :: Type -> Type #

GoogleRequest AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

Associated Types

type Rs AdClientsList :: Type #

type Scopes AdClientsList :: [Symbol] #

type Rep AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

type Rep AdClientsList = D1 (MetaData "AdClientsList" "Network.Google.Resource.AdSense.AdClients.List" "gogol-adsense-0.4.0-8cOCEo3eYdbFA6XwLd5vHV" False) (C1 (MetaCons "AdClientsList'" PrefixI True) (S1 (MetaSel (Just "_aclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aclMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))
type Scopes AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

type Scopes AdClientsList = "https://www.googleapis.com/auth/adsense" ': ("https://www.googleapis.com/auth/adsense.readonly" ': ([] :: [Symbol]))
type Rs AdClientsList Source # 
Instance details

Defined in Network.Google.Resource.AdSense.AdClients.List

Request Lenses

aclPageToken :: Lens' AdClientsList (Maybe Text) Source #

A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

aclMaxResults :: Lens' AdClientsList (Maybe Int32) Source #

The maximum number of ad clients to include in the response, used for paging.