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

Contents

Description

Deletes a GTM Folder.

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

Synopsis

REST Resource

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

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

Creating a Request

accountsContainersFoldersDelete Source #

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

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

data AccountsContainersFoldersDelete Source #

Deletes a GTM Folder.

See: accountsContainersFoldersDelete smart constructor.

Instances

Eq AccountsContainersFoldersDelete Source # 
Data AccountsContainersFoldersDelete Source # 

Methods

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

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

toConstr :: AccountsContainersFoldersDelete -> Constr #

dataTypeOf :: AccountsContainersFoldersDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses