| Copyright | (c) 2015-2016 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.Parents.List
Description
Return all parent ids of the specified rasters.
See: Google Maps Engine API Reference for mapsengine.rasters.parents.list.
- type RastersParentsListResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> ("parents" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ParentsListResponse)))))))
 - rastersParentsList :: Text -> RastersParentsList
 - data RastersParentsList
 - rId :: Lens' RastersParentsList Text
 - rPageToken :: Lens' RastersParentsList (Maybe Text)
 - rMaxResults :: Lens' RastersParentsList (Maybe Word32)
 
REST Resource
type RastersParentsListResource = "mapsengine" :> ("v1" :> ("rasters" :> (Capture "id" Text :> ("parents" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ParentsListResponse))))))) Source #
A resource alias for mapsengine.rasters.parents.list method which the
 RastersParentsList request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> RastersParentsList | 
Creates a value of RastersParentsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RastersParentsList Source #
Return all parent ids of the specified rasters.
See: rastersParentsList smart constructor.
Request Lenses
rPageToken :: Lens' RastersParentsList (Maybe Text) Source #
The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.
rMaxResults :: Lens' RastersParentsList (Maybe Word32) Source #
The maximum number of items to include in a single response page. The maximum supported value is 50.