gogol-groups-settings-0.0.1: Google Groups Settings 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.GroupsSettings.Groups.Get

Contents

Description

Gets one resource by id.

See: Groups Settings API Reference for groupsSettings.groups.get.

Synopsis

REST Resource

type GroupsGetResource = "groups" :> ("v1" :> ("groups" :> (Capture "groupUniqueId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Groups)))) Source

A resource alias for groupsSettings.groups.get method which the GroupsGet request conforms to.

Creating a Request

groupsGet Source

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

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

Request Lenses