gogol-tagmanager-0.1.1: 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.List

Contents

Description

Lists all GTM Accounts that a user has access to.

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

Synopsis

REST Resource

type AccountsListResource = "tagmanager" :> ("v1" :> ("accounts" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListAccountsResponse))) Source #

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

Creating a Request

accountsList :: AccountsList Source #

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

data AccountsList Source #

Lists all GTM Accounts that a user has access to.

See: accountsList smart constructor.

Instances

Eq AccountsList Source # 
Data AccountsList Source # 

Methods

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

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

toConstr :: AccountsList -> Constr #

dataTypeOf :: AccountsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsList Source # 
Generic AccountsList Source # 

Associated Types

type Rep AccountsList :: * -> * #

GoogleRequest AccountsList Source # 

Associated Types

type Rs AccountsList :: * #

type Scopes AccountsList :: [Symbol] #

type Rep AccountsList Source # 
type Rep AccountsList = D1 (MetaData "AccountsList" "Network.Google.Resource.TagManager.Accounts.List" "gogol-tagmanager-0.1.1-4S3gbtUhbYL41xPOCHN0GP" False) (C1 (MetaCons "AccountsList'" PrefixI False) U1)
type Scopes AccountsList Source # 
type Scopes AccountsList = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ((:) Symbol "https://www.googleapis.com/auth/tagmanager.manage.accounts" ((:) Symbol "https://www.googleapis.com/auth/tagmanager.readonly" ([] Symbol)))
type Rs AccountsList Source #