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 Container.
See: Tag Manager API Reference for tagmanager.accounts.containers.get
.
Synopsis
- type AccountsContainersGetResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Container)))
- accountsContainersGet :: Text -> AccountsContainersGet
- data AccountsContainersGet
- acgPath :: Lens' AccountsContainersGet Text
REST Resource
type AccountsContainersGetResource = "tagmanager" :> ("v2" :> (Capture "path" 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 #
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.