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 |
Network.Google.Resource.TagManager.Accounts.List
Description
Lists all GTM Accounts that a user has access to.
See: Tag Manager API Reference for tagmanager.accounts.list
.
Synopsis
- type AccountsListResource = "tagmanager" :> ("v2" :> ("accounts" :> (QueryParam "pageToken" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListAccountsResponse))))
- accountsList :: AccountsList
- data AccountsList
- alPageToken :: Lens' AccountsList (Maybe Text)
REST Resource
type AccountsListResource = "tagmanager" :> ("v2" :> ("accounts" :> (QueryParam "pageToken" Text :> (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.
Use one of the following lenses to modify other fields as desired:
data AccountsList Source #
Lists all GTM Accounts that a user has access to.
See: accountsList
smart constructor.
Instances
Eq AccountsList Source # | |
Data AccountsList Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.List 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 # | |
Defined in Network.Google.Resource.TagManager.Accounts.List Methods showsPrec :: Int -> AccountsList -> ShowS # show :: AccountsList -> String # showList :: [AccountsList] -> ShowS # | |
Generic AccountsList Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.List Associated Types type Rep AccountsList :: Type -> Type # | |
GoogleRequest AccountsList Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.List Methods requestClient :: AccountsList -> GClient (Rs AccountsList) # | |
type Rep AccountsList Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.List type Rep AccountsList = D1 (MetaData "AccountsList" "Network.Google.Resource.TagManager.Accounts.List" "gogol-tagmanager-0.4.0-JkYPGEBfRoiX1IdddhYzg" True) (C1 (MetaCons "AccountsList'" PrefixI True) (S1 (MetaSel (Just "_alPageToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)))) | |
type Scopes AccountsList Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.List type Scopes AccountsList = "https://www.googleapis.com/auth/tagmanager.edit.containers" ': ("https://www.googleapis.com/auth/tagmanager.manage.accounts" ': ("https://www.googleapis.com/auth/tagmanager.readonly" ': ([] :: [Symbol]))) | |
type Rs AccountsList Source # | |
Request Lenses
alPageToken :: Lens' AccountsList (Maybe Text) Source #
Continuation token for fetching the next page of results.