gogol-tagmanager-0.5.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.Update

Contents

Description

Updates a Container.

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

Synopsis

REST Resource

type AccountsContainersUpdateResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Container :> Put '[JSON] Container))))) Source #

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

Creating a Request

accountsContainersUpdate Source #

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

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

data AccountsContainersUpdate Source #

Updates a Container.

See: accountsContainersUpdate smart constructor.

Instances
Eq AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

Data AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

Methods

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

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

toConstr :: AccountsContainersUpdate -> Constr #

dataTypeOf :: AccountsContainersUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

Generic AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

Associated Types

type Rep AccountsContainersUpdate :: Type -> Type #

GoogleRequest AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

type Rep AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

type Rep AccountsContainersUpdate = D1 (MetaData "AccountsContainersUpdate" "Network.Google.Resource.TagManager.Accounts.Containers.Update" "gogol-tagmanager-0.5.0-AA56mR7qrE6AgHnYpvVFcF" False) (C1 (MetaCons "AccountsContainersUpdate'" PrefixI True) (S1 (MetaSel (Just "_acuPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_acuFingerprint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_acuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Container))))
type Scopes AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

type Scopes AccountsContainersUpdate = "https://www.googleapis.com/auth/tagmanager.edit.containers" ': ([] :: [Symbol])
type Rs AccountsContainersUpdate Source # 
Instance details

Defined in Network.Google.Resource.TagManager.Accounts.Containers.Update

Request Lenses

acuPath :: Lens' AccountsContainersUpdate Text Source #

GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}

acuFingerprint :: Lens' AccountsContainersUpdate (Maybe Text) Source #

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