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

Contents

Description

Retrieves the schedule for a job.

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

Synopsis

REST Resource

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

A resource alias for coordinate.schedule.get method which the ScheduleGet request conforms to.

Creating a Request

scheduleGet Source

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

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

Request Lenses