| 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.Workspaces.Tags.Get
Description
Gets a GTM Tag.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.tags.get.
Synopsis
- type AccountsContainersWorkspacesTagsGetResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Tag)))
- accountsContainersWorkspacesTagsGet :: Text -> AccountsContainersWorkspacesTagsGet
- data AccountsContainersWorkspacesTagsGet
- acwtgPath :: Lens' AccountsContainersWorkspacesTagsGet Text
REST Resource
type AccountsContainersWorkspacesTagsGetResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Tag))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.tags.get method which the
AccountsContainersWorkspacesTagsGet request conforms to.
Creating a Request
accountsContainersWorkspacesTagsGet Source #
Arguments
| :: Text | |
| -> AccountsContainersWorkspacesTagsGet |
Creates a value of AccountsContainersWorkspacesTagsGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesTagsGet Source #
Gets a GTM Tag.
See: accountsContainersWorkspacesTagsGet smart constructor.