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.Create

Contents

Description

Creates a GTM Tag.

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

Synopsis

REST Resource

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

A resource alias for tagmanager.accounts.containers.tags.create method which the AccountsContainersTagsCreate request conforms to.

Creating a Request

accountsContainersTagsCreate Source #

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

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

data AccountsContainersTagsCreate Source #

Creates a GTM Tag.

See: accountsContainersTagsCreate smart constructor.

Instances

Eq AccountsContainersTagsCreate Source # 
Data AccountsContainersTagsCreate Source # 

Methods

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

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

toConstr :: AccountsContainersTagsCreate -> Constr #

dataTypeOf :: AccountsContainersTagsCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses