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

Contents

Description

Deletes a Container.

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

Synopsis

REST Resource

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

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

Creating a Request

accountsContainersDelete Source #

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

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

data AccountsContainersDelete Source #

Deletes a Container.

See: accountsContainersDelete smart constructor.

Instances

Eq AccountsContainersDelete Source # 
Data AccountsContainersDelete Source # 

Methods

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

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

toConstr :: AccountsContainersDelete -> Constr #

dataTypeOf :: AccountsContainersDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses