gogol-tagmanager-0.1.1: Google Tag Manager SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.TagManager.Accounts.Containers.Environments.Get

Contents

Description

Gets a GTM Environment.

See: Tag Manager API Reference for tagmanager.accounts.containers.environments.get.

Synopsis

REST Resource

type AccountsContainersEnvironmentsGetResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("environments" :> (Capture "environmentId" 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.

Instances

Eq AccountsContainersEnvironmentsGet Source # 
Data AccountsContainersEnvironmentsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountsContainersEnvironmentsGet -> c AccountsContainersEnvironmentsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountsContainersEnvironmentsGet #

toConstr :: AccountsContainersEnvironmentsGet -> Constr #

dataTypeOf :: AccountsContainersEnvironmentsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AccountsContainersEnvironmentsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountsContainersEnvironmentsGet) #

gmapT :: (forall b. Data b => b -> b) -> AccountsContainersEnvironmentsGet -> AccountsContainersEnvironmentsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountsContainersEnvironmentsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountsContainersEnvironmentsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> AccountsContainersEnvironmentsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountsContainersEnvironmentsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountsContainersEnvironmentsGet -> m AccountsContainersEnvironmentsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsContainersEnvironmentsGet -> m AccountsContainersEnvironmentsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsContainersEnvironmentsGet -> m AccountsContainersEnvironmentsGet #

Show AccountsContainersEnvironmentsGet Source # 
Generic AccountsContainersEnvironmentsGet Source # 
GoogleRequest AccountsContainersEnvironmentsGet Source # 
type Rep AccountsContainersEnvironmentsGet Source # 
type Rep AccountsContainersEnvironmentsGet = D1 (MetaData "AccountsContainersEnvironmentsGet" "Network.Google.Resource.TagManager.Accounts.Containers.Environments.Get" "gogol-tagmanager-0.1.1-4S3gbtUhbYL41xPOCHN0GP" False) (C1 (MetaCons "AccountsContainersEnvironmentsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acegContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_acegAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_acegEnvironmentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsContainersEnvironmentsGet Source # 
type Scopes AccountsContainersEnvironmentsGet = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ((:) Symbol "https://www.googleapis.com/auth/tagmanager.readonly" ([] Symbol))
type Rs AccountsContainersEnvironmentsGet Source # 

Request Lenses