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
.
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
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:
data AccountsGet Source #
Gets a GTM Account.
See: accountsGet
smart constructor.
Instances
Eq AccountsGet Source # | |
Data AccountsGet Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.Get Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountsGet -> c AccountsGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountsGet # toConstr :: AccountsGet -> Constr # dataTypeOf :: AccountsGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AccountsGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountsGet) # gmapT :: (forall b. Data b => b -> b) -> AccountsGet -> AccountsGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountsGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountsGet -> r # gmapQ :: (forall d. Data d => d -> u) -> AccountsGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountsGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountsGet -> m AccountsGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsGet -> m AccountsGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsGet -> m AccountsGet # | |
Show AccountsGet Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.Get Methods showsPrec :: Int -> AccountsGet -> ShowS # show :: AccountsGet -> String # showList :: [AccountsGet] -> ShowS # | |
Generic AccountsGet Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.Get Associated Types type Rep AccountsGet :: Type -> Type # | |
GoogleRequest AccountsGet Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.Get Methods requestClient :: AccountsGet -> GClient (Rs AccountsGet) # | |
type Rep AccountsGet Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.Get type Rep AccountsGet = D1 (MetaData "AccountsGet" "Network.Google.Resource.TagManager.Accounts.Get" "gogol-tagmanager-0.4.0-JkYPGEBfRoiX1IdddhYzg" True) (C1 (MetaCons "AccountsGet'" PrefixI True) (S1 (MetaSel (Just "_agPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) | |
type Scopes AccountsGet Source # | |
Defined in Network.Google.Resource.TagManager.Accounts.Get type Scopes AccountsGet = "https://www.googleapis.com/auth/tagmanager.edit.containers" ': ("https://www.googleapis.com/auth/tagmanager.manage.accounts" ': ("https://www.googleapis.com/auth/tagmanager.readonly" ': ([] :: [Symbol]))) | |
type Rs AccountsGet Source # | |