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