| 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.Get
Description
Gets a GTM Account.
See: Tag Manager API Reference for tagmanager.accounts.get.
- type AccountsGetResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Account))))
- accountsGet :: Text -> AccountsGet
- data AccountsGet
- agAccountId :: Lens' AccountsGet Text
REST Resource
type AccountsGetResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" 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
Arguments
| :: 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:
Request Lenses
agAccountId :: Lens' AccountsGet Text Source #
The GTM Account ID.