| 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.Create
Description
Creates a GTM Tag.
See: Tag Manager API Reference for tagmanager.accounts.containers.tags.create.
- type AccountsContainersTagsCreateResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("tags" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Tag :> Post '[JSON] Tag))))))))
- accountsContainersTagsCreate :: Text -> Tag -> Text -> AccountsContainersTagsCreate
- data AccountsContainersTagsCreate
- actccContainerId :: Lens' AccountsContainersTagsCreate Text
- actccPayload :: Lens' AccountsContainersTagsCreate Tag
- actccAccountId :: Lens' AccountsContainersTagsCreate Text
REST Resource
type AccountsContainersTagsCreateResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("tags" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Tag :> Post '[JSON] Tag)))))))) Source #
A resource alias for tagmanager.accounts.containers.tags.create method which the
AccountsContainersTagsCreate request conforms to.
Creating a Request
accountsContainersTagsCreate Source #
Arguments
| :: Text | |
| -> Tag | |
| -> Text | |
| -> AccountsContainersTagsCreate |
Creates a value of AccountsContainersTagsCreate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersTagsCreate Source #
Creates a GTM Tag.
See: accountsContainersTagsCreate smart constructor.
Instances
Request Lenses
actccContainerId :: Lens' AccountsContainersTagsCreate Text Source #
The GTM Container ID.
actccPayload :: Lens' AccountsContainersTagsCreate Tag Source #
Multipart request metadata.
actccAccountId :: Lens' AccountsContainersTagsCreate Text Source #
The GTM Account ID.