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

Contents

Description

Creates a Container.

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

Synopsis

REST Resource

type AccountsContainersCreateResource = "tagmanager" :> ("v2" :> (Capture "parent" Text :> ("containers" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Container :> Post '[JSON] Container))))) Source #

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

Creating a Request

accountsContainersCreate Source #

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

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

data AccountsContainersCreate Source #

Creates a Container.

See: accountsContainersCreate smart constructor.

Instances
Eq AccountsContainersCreate Source # 
Instance details

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

Data AccountsContainersCreate Source # 
Instance details

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

Methods

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

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

toConstr :: AccountsContainersCreate -> Constr #

dataTypeOf :: AccountsContainersCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersCreate Source # 
Instance details

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

Generic AccountsContainersCreate Source # 
Instance details

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

Associated Types

type Rep AccountsContainersCreate :: Type -> Type #

GoogleRequest AccountsContainersCreate Source # 
Instance details

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

type Rep AccountsContainersCreate Source # 
Instance details

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

type Rep AccountsContainersCreate = D1 (MetaData "AccountsContainersCreate" "Network.Google.Resource.TagManager.Accounts.Containers.Create" "gogol-tagmanager-0.4.0-JkYPGEBfRoiX1IdddhYzg" False) (C1 (MetaCons "AccountsContainersCreate'" PrefixI True) (S1 (MetaSel (Just "_accParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_accPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Container)))
type Scopes AccountsContainersCreate Source # 
Instance details

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

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

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

Request Lenses

accParent :: Lens' AccountsContainersCreate Text Source #

GTM Account's API relative path. Example: accounts/{account_id}.