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.Variables.Delete

Contents

Description

Deletes a GTM Variable.

See: Tag Manager API Reference for tagmanager.accounts.containers.variables.delete.

Synopsis

REST Resource

type AccountsContainersVariablesDeleteResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("variables" :> (Capture "variableId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #

A resource alias for tagmanager.accounts.containers.variables.delete method which the AccountsContainersVariablesDelete request conforms to.

Creating a Request

accountsContainersVariablesDelete Source #

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

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

data AccountsContainersVariablesDelete Source #

Deletes a GTM Variable.

See: accountsContainersVariablesDelete smart constructor.

Instances

Eq AccountsContainersVariablesDelete Source # 
Data AccountsContainersVariablesDelete Source # 

Methods

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

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

toConstr :: AccountsContainersVariablesDelete -> Constr #

dataTypeOf :: AccountsContainersVariablesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersVariablesDelete Source # 
Generic AccountsContainersVariablesDelete Source # 
GoogleRequest AccountsContainersVariablesDelete Source # 
type Rep AccountsContainersVariablesDelete Source # 
type Rep AccountsContainersVariablesDelete = D1 (MetaData "AccountsContainersVariablesDelete" "Network.Google.Resource.TagManager.Accounts.Containers.Variables.Delete" "gogol-tagmanager-0.1.1-4S3gbtUhbYL41xPOCHN0GP" False) (C1 (MetaCons "AccountsContainersVariablesDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acvdContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_acvdVariableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_acvdAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsContainersVariablesDelete Source # 
type Scopes AccountsContainersVariablesDelete = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ([] Symbol)
type Rs AccountsContainersVariablesDelete Source # 

Request Lenses