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 |
Lists all Containers that belongs to a GTM Account.
See: Tag Manager API Reference for tagmanager.accounts.containers.list
.
Synopsis
- type AccountsContainersListResource = "tagmanager" :> ("v2" :> (Capture "parent" Text :> ("containers" :> (QueryParam "pageToken" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListContainersResponse)))))
- accountsContainersList :: Text -> AccountsContainersList
- data AccountsContainersList
- aclParent :: Lens' AccountsContainersList Text
- aclPageToken :: Lens' AccountsContainersList (Maybe Text)
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
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.