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