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