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

Contents

Description

Deletes a Container Version.

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

Synopsis

REST Resource

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

A resource alias for tagmanager.accounts.containers.versions.delete method which the AccountsContainersVersionsDelete request conforms to.

Creating a Request

accountsContainersVersionsDelete Source #

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

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

data AccountsContainersVersionsDelete Source #

Deletes a Container Version.

See: accountsContainersVersionsDelete smart constructor.

Instances

Eq AccountsContainersVersionsDelete Source # 
Data AccountsContainersVersionsDelete Source # 

Methods

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

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

toConstr :: AccountsContainersVersionsDelete -> Constr #

dataTypeOf :: AccountsContainersVersionsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses