gogol-maps-engine-0.1.1: Google Maps Engine 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.MapsEngine.RasterCollections.Create

Contents

Description

Create a raster collection asset.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.create.

Synopsis

REST Resource

type RasterCollectionsCreateResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RasterCollection :> Post '[JSON] RasterCollection)))) Source #

A resource alias for mapsengine.rasterCollections.create method which the RasterCollectionsCreate request conforms to.

Creating a Request

rasterCollectionsCreate Source #

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

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

data RasterCollectionsCreate Source #

Create a raster collection asset.

See: rasterCollectionsCreate smart constructor.

Instances

Eq RasterCollectionsCreate Source # 
Data RasterCollectionsCreate Source # 

Methods

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

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

toConstr :: RasterCollectionsCreate -> Constr #

dataTypeOf :: RasterCollectionsCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RasterCollectionsCreate Source # 
Generic RasterCollectionsCreate Source # 
GoogleRequest RasterCollectionsCreate Source # 
type Rep RasterCollectionsCreate Source # 
type Rep RasterCollectionsCreate = D1 (MetaData "RasterCollectionsCreate" "Network.Google.Resource.MapsEngine.RasterCollections.Create" "gogol-maps-engine-0.1.1-3VW0k8BveQXImTfJ79Ve4K" True) (C1 (MetaCons "RasterCollectionsCreate'" PrefixI True) (S1 (MetaSel (Just Symbol "_rccPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 RasterCollection)))
type Scopes RasterCollectionsCreate Source # 
type Scopes RasterCollectionsCreate = (:) Symbol "https://www.googleapis.com/auth/mapsengine" ([] Symbol)
type Rs RasterCollectionsCreate Source # 

Request Lenses