| 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.Containers.Folders.List
Description
Lists all GTM Folders of a Container.
See: Tag Manager API Reference for tagmanager.accounts.containers.folders.list.
- type AccountsContainersFoldersListResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("folders" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListFoldersResponse)))))))
- accountsContainersFoldersList :: Text -> Text -> AccountsContainersFoldersList
- data AccountsContainersFoldersList
- acflContainerId :: Lens' AccountsContainersFoldersList Text
- acflAccountId :: Lens' AccountsContainersFoldersList Text
REST Resource
type AccountsContainersFoldersListResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("folders" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListFoldersResponse))))))) Source #
A resource alias for tagmanager.accounts.containers.folders.list method which the
AccountsContainersFoldersList request conforms to.
Creating a Request
accountsContainersFoldersList Source #
Arguments
| :: Text | |
| -> Text | |
| -> AccountsContainersFoldersList |
Creates a value of AccountsContainersFoldersList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersFoldersList Source #
Lists all GTM Folders of a Container.
See: accountsContainersFoldersList smart constructor.
Instances
Request Lenses
acflContainerId :: Lens' AccountsContainersFoldersList Text Source #
The GTM Container ID.
acflAccountId :: Lens' AccountsContainersFoldersList Text Source #
The GTM Account ID.