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.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:

Request Lenses

gaodOperation :: Lens' GlobalAccountsOperationsDelete Text Source

Name of the Operations resource to delete.