gogol-maps-coordinate-0.0.1: Google Maps Coordinate SDK.

Copyright(c) 2015 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.Coordinate.Jobs.List

Contents

Description

Retrieves jobs created or modified since the given timestamp.

See: Google Maps Coordinate API Reference for coordinate.jobs.list.

Synopsis

REST Resource

type JobsListResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("jobs" :> (QueryParam "minModifiedTimestampMs" (Textual Word64) :> (QueryParam "omitJobChanges" Bool :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` JobListResponse))))))))) Source

A resource alias for coordinate.jobs.list method which the JobsList request conforms to.

Creating a Request

jobsList Source

Arguments

:: Text

jlTeamId

-> JobsList 

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

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

data JobsList Source

Retrieves jobs created or modified since the given timestamp.

See: jobsList smart constructor.

Request Lenses

jlMinModifiedTimestampMs :: Lens' JobsList (Maybe Word64) Source

Minimum time a job was modified in milliseconds since epoch.

jlOmitJobChanges :: Lens' JobsList (Maybe Bool) Source

Whether to omit detail job history information.

jlPageToken :: Lens' JobsList (Maybe Text) Source

Continuation token

jlMaxResults :: Lens' JobsList (Maybe Word32) Source

Maximum number of results to return in one page.