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

Copyright(c) 2015-2016 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:

data ScheduleGet Source #

Retrieves the schedule for a job.

See: scheduleGet smart constructor.

Instances

Eq ScheduleGet Source # 
Data ScheduleGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleGet -> c ScheduleGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleGet #

toConstr :: ScheduleGet -> Constr #

dataTypeOf :: ScheduleGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleGet) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleGet -> ScheduleGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleGet -> m ScheduleGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleGet -> m ScheduleGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleGet -> m ScheduleGet #

Show ScheduleGet Source # 
Generic ScheduleGet Source # 

Associated Types

type Rep ScheduleGet :: * -> * #

GoogleRequest ScheduleGet Source # 

Associated Types

type Rs ScheduleGet :: * #

type Scopes ScheduleGet :: [Symbol] #

type Rep ScheduleGet Source # 
type Rep ScheduleGet = D1 (MetaData "ScheduleGet" "Network.Google.Resource.Coordinate.Schedule.Get" "gogol-maps-coordinate-0.3.0-7B21Gtc38Qp6D6sajauyPP" False) (C1 (MetaCons "ScheduleGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sgJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))) (S1 (MetaSel (Just Symbol "_sgTeamId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ScheduleGet Source # 
type Scopes ScheduleGet = (:) Symbol "https://www.googleapis.com/auth/coordinate" ((:) Symbol "https://www.googleapis.com/auth/coordinate.readonly" ([] Symbol))
type Rs ScheduleGet Source # 

Request Lenses