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.Tags.Update

Contents

Description

Updates a GTM Tag.

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

Synopsis

REST Resource

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

A resource alias for tagmanager.accounts.containers.tags.update method which the AccountsContainersTagsUpdate request conforms to.

Creating a Request

accountsContainersTagsUpdate Source #

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

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

data AccountsContainersTagsUpdate Source #

Updates a GTM Tag.

See: accountsContainersTagsUpdate smart constructor.

Instances

Eq AccountsContainersTagsUpdate Source # 
Data AccountsContainersTagsUpdate Source # 

Methods

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

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

toConstr :: AccountsContainersTagsUpdate -> Constr #

dataTypeOf :: AccountsContainersTagsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersTagsUpdate Source # 
Generic AccountsContainersTagsUpdate Source # 
GoogleRequest AccountsContainersTagsUpdate Source # 
type Rep AccountsContainersTagsUpdate Source # 
type Rep AccountsContainersTagsUpdate = D1 (MetaData "AccountsContainersTagsUpdate" "Network.Google.Resource.TagManager.Accounts.Containers.Tags.Update" "gogol-tagmanager-0.1.1-4S3gbtUhbYL41xPOCHN0GP" False) (C1 (MetaCons "AccountsContainersTagsUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_actucContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_actucFingerprint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_actucPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Tag)) ((:*:) (S1 (MetaSel (Just Symbol "_actucAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_actucTagId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes AccountsContainersTagsUpdate Source # 
type Scopes AccountsContainersTagsUpdate = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ([] Symbol)
type Rs AccountsContainersTagsUpdate Source # 

Request Lenses

actucFingerprint :: Lens' AccountsContainersTagsUpdate (Maybe Text) Source #

When provided, this fingerprint must match the fingerprint of the tag in storage.