gogol-android-enterprise-0.2.0: Google Play EMM 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.AndroidEnterprise.Storelayoutclusters.Insert

Contents

Description

Inserts a new cluster in a page.

See: Google Play EMM API Reference for androidenterprise.storelayoutclusters.insert.

Synopsis

REST Resource

type StorelayoutclustersInsertResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> ("clusters" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StoreCluster :> Post '[JSON] StoreCluster))))))))) Source #

A resource alias for androidenterprise.storelayoutclusters.insert method which the StorelayoutclustersInsert request conforms to.

Creating a Request

storelayoutclustersInsert Source #

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

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

data StorelayoutclustersInsert Source #

Inserts a new cluster in a page.

See: storelayoutclustersInsert smart constructor.

Instances

Eq StorelayoutclustersInsert Source # 
Data StorelayoutclustersInsert Source # 

Methods

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

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

toConstr :: StorelayoutclustersInsert -> Constr #

dataTypeOf :: StorelayoutclustersInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StorelayoutclustersInsert Source # 
Generic StorelayoutclustersInsert Source # 
GoogleRequest StorelayoutclustersInsert Source # 
type Rep StorelayoutclustersInsert Source # 
type Rep StorelayoutclustersInsert = D1 (MetaData "StorelayoutclustersInsert" "Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Insert" "gogol-android-enterprise-0.2.0-7EO2AYALwhq1nyn98Kd1x" False) (C1 (MetaCons "StorelayoutclustersInsert'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_sPageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_sPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StoreCluster)))))
type Scopes StorelayoutclustersInsert Source # 
type Scopes StorelayoutclustersInsert = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs StorelayoutclustersInsert Source # 

Request Lenses