gogol-analytics-0.5.0: Google Analytics 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.Analytics.Provisioning.CreateAccountTree

Contents

Description

Provision account.

See: Google Analytics API Reference for analytics.provisioning.createAccountTree.

Synopsis

REST Resource

type ProvisioningCreateAccountTreeResource = "analytics" :> ("v3" :> ("provisioning" :> ("createAccountTree" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccountTreeRequest :> Post '[JSON] AccountTreeResponse))))) Source #

A resource alias for analytics.provisioning.createAccountTree method which the ProvisioningCreateAccountTree request conforms to.

Creating a Request

provisioningCreateAccountTree Source #

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

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

data ProvisioningCreateAccountTree Source #

Provision account.

See: provisioningCreateAccountTree smart constructor.

Instances
Eq ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

Data ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

Methods

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

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

toConstr :: ProvisioningCreateAccountTree -> Constr #

dataTypeOf :: ProvisioningCreateAccountTree -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

Generic ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

Associated Types

type Rep ProvisioningCreateAccountTree :: Type -> Type #

GoogleRequest ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

type Rep ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

type Rep ProvisioningCreateAccountTree = D1 (MetaData "ProvisioningCreateAccountTree" "Network.Google.Resource.Analytics.Provisioning.CreateAccountTree" "gogol-analytics-0.5.0-HvXKODpP7FkFDfvIFWqQvJ" True) (C1 (MetaCons "ProvisioningCreateAccountTree'" PrefixI True) (S1 (MetaSel (Just "_pcatPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 AccountTreeRequest)))
type Scopes ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

type Scopes ProvisioningCreateAccountTree = "https://www.googleapis.com/auth/analytics.provision" ': ([] :: [Symbol])
type Rs ProvisioningCreateAccountTree Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Provisioning.CreateAccountTree

Request Lenses