gogol-tagmanager-0.1.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.Folders.Create

Contents

Description

Creates a GTM Folder.

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

Synopsis

REST Resource

type AccountsContainersFoldersCreateResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("folders" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Folder :> Post '[JSON] Folder)))))))) Source #

A resource alias for tagmanager.accounts.containers.folders.create method which the AccountsContainersFoldersCreate request conforms to.

Creating a Request

accountsContainersFoldersCreate Source #

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

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

data AccountsContainersFoldersCreate Source #

Creates a GTM Folder.

See: accountsContainersFoldersCreate smart constructor.

Instances

Eq AccountsContainersFoldersCreate Source # 
Data AccountsContainersFoldersCreate Source # 

Methods

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

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

toConstr :: AccountsContainersFoldersCreate -> Constr #

dataTypeOf :: AccountsContainersFoldersCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersFoldersCreate Source # 
Generic AccountsContainersFoldersCreate Source # 
GoogleRequest AccountsContainersFoldersCreate Source # 
type Rep AccountsContainersFoldersCreate Source # 
type Rep AccountsContainersFoldersCreate = D1 (MetaData "AccountsContainersFoldersCreate" "Network.Google.Resource.TagManager.Accounts.Containers.Folders.Create" "gogol-tagmanager-0.1.0-FsO22MMOAp7C1ayCcqMXcw" False) (C1 (MetaCons "AccountsContainersFoldersCreate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acfcContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_acfcPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Folder)) (S1 (MetaSel (Just Symbol "_acfcAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsContainersFoldersCreate Source # 
type Scopes AccountsContainersFoldersCreate = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containers" ([] Symbol)
type Rs AccountsContainersFoldersCreate Source # 

Request Lenses