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.Worker.List

Contents

Description

Retrieves a list of workers in a team.

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

Synopsis

REST Resource

type WorkerListResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("workers" :> (QueryParam "alt" AltJSON :> Get '[JSON] WorkerListResponse))))) Source #

A resource alias for coordinate.worker.list method which the WorkerList request conforms to.

Creating a Request

workerList Source #

Arguments

:: Text

wlTeamId

-> WorkerList 

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

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

data WorkerList Source #

Retrieves a list of workers in a team.

See: workerList smart constructor.

Instances

Eq WorkerList Source # 
Data WorkerList Source # 

Methods

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

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

toConstr :: WorkerList -> Constr #

dataTypeOf :: WorkerList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WorkerList Source # 
Generic WorkerList Source # 

Associated Types

type Rep WorkerList :: * -> * #

GoogleRequest WorkerList Source # 

Associated Types

type Rs WorkerList :: * #

type Scopes WorkerList :: [Symbol] #

type Rep WorkerList Source # 
type Rep WorkerList = D1 (MetaData "WorkerList" "Network.Google.Resource.Coordinate.Worker.List" "gogol-maps-coordinate-0.3.0-7B21Gtc38Qp6D6sajauyPP" True) (C1 (MetaCons "WorkerList'" PrefixI True) (S1 (MetaSel (Just Symbol "_wlTeamId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes WorkerList Source # 
type Scopes WorkerList = (:) Symbol "https://www.googleapis.com/auth/coordinate" ((:) Symbol "https://www.googleapis.com/auth/coordinate.readonly" ([] Symbol))
type Rs WorkerList Source # 

Request Lenses