| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.MapsEngine.Rasters.Permissions.List
Description
Return all of the permissions for the specified asset.
See: Google Maps Engine API Reference for mapsengine.rasters.permissions.list.
- type RastersPermissionsListResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> ("permissions" :> (QueryParam "alt" AltJSON :> Get `[JSON]` PermissionsListResponse)))))
- rastersPermissionsList :: Text -> RastersPermissionsList
- data RastersPermissionsList
- rplId :: Lens' RastersPermissionsList Text
REST Resource
type RastersPermissionsListResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> ("permissions" :> (QueryParam "alt" AltJSON :> Get `[JSON]` PermissionsListResponse))))) Source
A resource alias for mapsengine.rasters.permissions.list method which the
RastersPermissionsList request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> RastersPermissionsList |
Creates a value of RastersPermissionsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RastersPermissionsList Source
Return all of the permissions for the specified asset.
See: rastersPermissionsList smart constructor.
Request Lenses
rplId :: Lens' RastersPermissionsList Text Source
The ID of the asset whose permissions will be listed.