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

Contents

Description

Updates a GTM Folder.

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

Synopsis

REST Resource

type AccountsContainersFoldersUpdateResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("folders" :> (Capture "folderId" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Folder :> Put '[JSON] Folder)))))))))) Source #

A resource alias for tagmanager.accounts.containers.folders.update method which the AccountsContainersFoldersUpdate request conforms to.

Creating a Request

accountsContainersFoldersUpdate Source #

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

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

data AccountsContainersFoldersUpdate Source #

Updates a GTM Folder.

See: accountsContainersFoldersUpdate smart constructor.

Instances

Eq AccountsContainersFoldersUpdate Source # 
Data AccountsContainersFoldersUpdate Source # 

Methods

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

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

toConstr :: AccountsContainersFoldersUpdate -> Constr #

dataTypeOf :: AccountsContainersFoldersUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersFoldersUpdate Source # 
Generic AccountsContainersFoldersUpdate Source # 
GoogleRequest AccountsContainersFoldersUpdate Source # 
type Rep AccountsContainersFoldersUpdate Source # 
type Rep AccountsContainersFoldersUpdate = D1 (MetaData "AccountsContainersFoldersUpdate" "Network.Google.Resource.TagManager.Accounts.Containers.Folders.Update" "gogol-tagmanager-0.2.0-It8ONsTi93z1Pafnlf7Hr3" False) (C1 (MetaCons "AccountsContainersFoldersUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_acfuContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_acfuFingerprint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_acfuFolderId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_acfuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Folder)) (S1 (MetaSel (Just Symbol "_acfuAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes AccountsContainersFoldersUpdate Source # 
type Scopes AccountsContainersFoldersUpdate = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ([] Symbol)
type Rs AccountsContainersFoldersUpdate Source # 

Request Lenses

acfuFingerprint :: Lens' AccountsContainersFoldersUpdate (Maybe Text) Source #

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