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