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.GlobalAccountsOperations.Delete

Contents

Description

Deletes the specified operation resource.

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

Synopsis

REST Resource

type GlobalAccountsOperationsDeleteResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #

A resource alias for clouduseraccounts.globalAccountsOperations.delete method which the GlobalAccountsOperationsDelete request conforms to.

Creating a Request

globalAccountsOperationsDelete Source #

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

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

data GlobalAccountsOperationsDelete Source #

Deletes the specified operation resource.

See: globalAccountsOperationsDelete smart constructor.

Instances

Eq GlobalAccountsOperationsDelete Source # 
Data GlobalAccountsOperationsDelete Source # 

Methods

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

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

toConstr :: GlobalAccountsOperationsDelete -> Constr #

dataTypeOf :: GlobalAccountsOperationsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

gaodOperation :: Lens' GlobalAccountsOperationsDelete Text Source #

Name of the Operations resource to delete.