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