gogol-tagmanager-0.3.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.Delete

Contents

Description

Deletes a GTM Tag.

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

Synopsis

REST Resource

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

A resource alias for tagmanager.accounts.containers.tags.delete method which the AccountsContainersTagsDelete request conforms to.

Creating a Request

accountsContainersTagsDelete Source #

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

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

data AccountsContainersTagsDelete Source #

Deletes a GTM Tag.

See: accountsContainersTagsDelete smart constructor.

Instances

Eq AccountsContainersTagsDelete Source # 
Data AccountsContainersTagsDelete Source # 

Methods

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

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

toConstr :: AccountsContainersTagsDelete -> Constr #

dataTypeOf :: AccountsContainersTagsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersTagsDelete Source # 
Generic AccountsContainersTagsDelete Source # 
GoogleRequest AccountsContainersTagsDelete Source # 
type Rep AccountsContainersTagsDelete Source # 
type Rep AccountsContainersTagsDelete = D1 (MetaData "AccountsContainersTagsDelete" "Network.Google.Resource.TagManager.Accounts.Containers.Tags.Delete" "gogol-tagmanager-0.3.0-CxTVIvbn2muHkjo7zzB09j" False) (C1 (MetaCons "AccountsContainersTagsDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_actdcContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_actdcAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_actdcTagId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsContainersTagsDelete Source # 
type Scopes AccountsContainersTagsDelete = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ([] Symbol)
type Rs AccountsContainersTagsDelete Source # 

Request Lenses