gogol-tagmanager-0.4.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" :> ("v2" :> (Capture "path" 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 # 
Instance details

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

Data AccountsContainersDelete Source # 
Instance details

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

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 # 
Instance details

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

Generic AccountsContainersDelete Source # 
Instance details

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

Associated Types

type Rep AccountsContainersDelete :: Type -> Type #

GoogleRequest AccountsContainersDelete Source # 
Instance details

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

type Rep AccountsContainersDelete Source # 
Instance details

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

type Rep AccountsContainersDelete = D1 (MetaData "AccountsContainersDelete" "Network.Google.Resource.TagManager.Accounts.Containers.Delete" "gogol-tagmanager-0.4.0-JkYPGEBfRoiX1IdddhYzg" True) (C1 (MetaCons "AccountsContainersDelete'" PrefixI True) (S1 (MetaSel (Just "_acdPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes AccountsContainersDelete Source # 
Instance details

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

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

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

Request Lenses

acdPath :: Lens' AccountsContainersDelete Text Source #

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