| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Coordinate.Worker.List
Description
Retrieves a list of workers in a team.
See: Google Maps Coordinate API Reference for coordinate.worker.list.
- type WorkerListResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("workers" :> (QueryParam "alt" AltJSON :> Get `[JSON]` WorkerListResponse)))))
- workerList :: Text -> WorkerList
- data WorkerList
- wlTeamId :: Lens' WorkerList Text
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
Arguments
| :: Text | |
| -> 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
Request Lenses
wlTeamId :: Lens' WorkerList Text Source
Team ID