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.Assets.Permissions.List

Contents

Description

Return all of the permissions for the specified asset.

See: Google Maps Engine API Reference for mapsengine.assets.permissions.list.

Synopsis

REST Resource

type AssetsPermissionsListResource = "mapsengine" :> ("v1" :> ("assets" :> (Capture "id" Text :> ("permissions" :> (QueryParam "alt" AltJSON :> Get '[JSON] PermissionsListResponse))))) Source #

A resource alias for mapsengine.assets.permissions.list method which the AssetsPermissionsList request conforms to.

Creating a Request

assetsPermissionsList Source #

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

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

data AssetsPermissionsList Source #

Return all of the permissions for the specified asset.

See: assetsPermissionsList smart constructor.

Instances

Eq AssetsPermissionsList Source # 
Data AssetsPermissionsList Source # 

Methods

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

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

toConstr :: AssetsPermissionsList -> Constr #

dataTypeOf :: AssetsPermissionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

assId :: Lens' AssetsPermissionsList Text Source #

The ID of the asset whose permissions will be listed.