gogol-tagmanager-0.4.0: Google Tag Manager 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.TagManager.Accounts.Containers.List

Contents

Description

Lists all Containers that belongs to a GTM Account.

See: Tag Manager API Reference for tagmanager.accounts.containers.list.

Synopsis

REST Resource

type AccountsContainersListResource = "tagmanager" :> ("v2" :> (Capture "parent" Text :> ("containers" :> (QueryParam "pageToken" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListContainersResponse))))) Source #

A resource alias for tagmanager.accounts.containers.list method which the AccountsContainersList request conforms to.

Creating a Request

accountsContainersList Source #

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

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

data AccountsContainersList Source #

Lists all Containers that belongs to a GTM Account.

See: accountsContainersList smart constructor.

Instances
Eq AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

Data AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

Methods

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

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

toConstr :: AccountsContainersList -> Constr #

dataTypeOf :: AccountsContainersList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

Generic AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

Associated Types

type Rep AccountsContainersList :: Type -> Type #

GoogleRequest AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

type Rep AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

type Rep AccountsContainersList = D1 (MetaData "AccountsContainersList" "Network.Google.Resource.TagManager.Accounts.Containers.List" "gogol-tagmanager-0.4.0-JkYPGEBfRoiX1IdddhYzg" False) (C1 (MetaCons "AccountsContainersList'" PrefixI True) (S1 (MetaSel (Just "_aclParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aclPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Scopes AccountsContainersList Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

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

Defined in Network.Google.Resource.TagManager.Accounts.Containers.List

Request Lenses

aclParent :: Lens' AccountsContainersList Text Source #

GTM Accounts's API relative path. Example: accounts/{account_id}.

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

Continuation token for fetching the next page of results.