gogol-tagmanager-0.2.0: 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.Tags.Get

Contents

Description

Gets a GTM Tag.

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

Synopsis

REST Resource

type AccountsContainersTagsGetResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("tags" :> (Capture "tagId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Tag)))))))) Source #

A resource alias for tagmanager.accounts.containers.tags.get method which the AccountsContainersTagsGet request conforms to.

Creating a Request

accountsContainersTagsGet Source #

Creates a value of AccountsContainersTagsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AccountsContainersTagsGet Source #

Gets a GTM Tag.

See: accountsContainersTagsGet smart constructor.

Instances

Eq AccountsContainersTagsGet Source # 
Data AccountsContainersTagsGet Source # 

Methods

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

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

toConstr :: AccountsContainersTagsGet -> Constr #

dataTypeOf :: AccountsContainersTagsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersTagsGet Source # 
Generic AccountsContainersTagsGet Source # 
GoogleRequest AccountsContainersTagsGet Source # 
type Rep AccountsContainersTagsGet Source # 
type Rep AccountsContainersTagsGet = D1 (MetaData "AccountsContainersTagsGet" "Network.Google.Resource.TagManager.Accounts.Containers.Tags.Get" "gogol-tagmanager-0.2.0-It8ONsTi93z1Pafnlf7Hr3" False) (C1 (MetaCons "AccountsContainersTagsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_actgContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_actgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_actgTagId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsContainersTagsGet Source # 
type Scopes AccountsContainersTagsGet = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ((:) Symbol "https://www.googleapis.com/auth/tagmanager.readonly" ([] Symbol))
type Rs AccountsContainersTagsGet Source # 

Request Lenses