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

Contents

Description

Retrieves a list of custom field definitions for a team.

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

Synopsis

REST Resource

type CustomFieldDefListResource = "coordinate" :> ("v1" :> ("teams" :> (Capture "teamId" Text :> ("custom_fields" :> (QueryParam "alt" AltJSON :> Get `[JSON]` CustomFieldDefListResponse))))) Source

A resource alias for coordinate.customFieldDef.list method which the CustomFieldDefList request conforms to.

Creating a Request

customFieldDefList Source

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

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

Request Lenses