gogol-useraccounts-0.0.1: Google Cloud User Accounts 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.CloudUserAccounts.Groups.Get

Contents

Description

Returns the specified Group resource.

See: Cloud User Accounts API Reference for clouduseraccounts.groups.get.

Synopsis

REST Resource

type GroupsGetResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Group))))))) Source

A resource alias for clouduseraccounts.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:

data GroupsGet Source

Returns the specified Group resource.

See: groupsGet smart constructor.

Request Lenses

ggProject :: Lens' GroupsGet Text Source

Project ID for this request.

ggGroupName :: Lens' GroupsGet Text Source

Name of the Group resource to return.