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.Get

Contents

Description

Retrieves a job, including all the changes made to the job.

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

Synopsis

REST Resource

type JobsGetResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("jobs" :> (Capture "jobId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Job)))))) Source

A resource alias for coordinate.jobs.get method which the JobsGet request conforms to.

Creating a Request

jobsGet Source

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

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

data JobsGet Source

Retrieves a job, including all the changes made to the job.

See: jobsGet smart constructor.

Request Lenses