gogol-useraccounts-0.3.0: Google Cloud User Accounts 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.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.

Instances

Eq GroupsGet Source # 
Data GroupsGet Source # 

Methods

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

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

toConstr :: GroupsGet -> Constr #

dataTypeOf :: GroupsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsGet Source # 
Generic GroupsGet Source # 

Associated Types

type Rep GroupsGet :: * -> * #

GoogleRequest GroupsGet Source # 

Associated Types

type Rs GroupsGet :: * #

type Scopes GroupsGet :: [Symbol] #

type Rep GroupsGet Source # 
type Rep GroupsGet = D1 (MetaData "GroupsGet" "Network.Google.Resource.CloudUserAccounts.Groups.Get" "gogol-useraccounts-0.3.0-G77LHaYsSj1FbuuzRmHYWr" False) (C1 (MetaCons "GroupsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ggProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ggGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes GroupsGet Source # 
type Scopes GroupsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts.readonly" ([] Symbol))))
type Rs GroupsGet Source # 

Request Lenses

ggProject :: Lens' GroupsGet Text Source #

Project ID for this request.

ggGroupName :: Lens' GroupsGet Text Source #

Name of the Group resource to return.