gogol-useraccounts-0.2.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.Delete

Contents

Description

Deletes the specified Group resource.

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

Synopsis

REST Resource

type GroupsDeleteResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))) Source #

A resource alias for clouduseraccounts.groups.delete method which the GroupsDelete request conforms to.

Creating a Request

groupsDelete Source #

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

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

data GroupsDelete Source #

Deletes the specified Group resource.

See: groupsDelete smart constructor.

Instances

Eq GroupsDelete Source # 
Data GroupsDelete Source # 

Methods

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

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

toConstr :: GroupsDelete -> Constr #

dataTypeOf :: GroupsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GroupsDelete Source # 
Generic GroupsDelete Source # 

Associated Types

type Rep GroupsDelete :: * -> * #

GoogleRequest GroupsDelete Source # 

Associated Types

type Rs GroupsDelete :: * #

type Scopes GroupsDelete :: [Symbol] #

type Rep GroupsDelete Source # 
type Rep GroupsDelete = D1 (MetaData "GroupsDelete" "Network.Google.Resource.CloudUserAccounts.Groups.Delete" "gogol-useraccounts-0.2.0-FoiDBdAMMsmA2pkf0O4Fgx" False) (C1 (MetaCons "GroupsDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gdGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes GroupsDelete Source # 
type Scopes GroupsDelete = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/cloud.useraccounts" ([] Symbol))
type Rs GroupsDelete Source # 

Request Lenses

gdProject :: Lens' GroupsDelete Text Source #

Project ID for this request.

gdGroupName :: Lens' GroupsDelete Text Source #

Name of the Group resource to delete.