| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.CloudUserAccounts.GlobalAccountsOperations.Delete
Description
Deletes the specified operation resource.
See: Cloud User Accounts API Reference for clouduseraccounts.globalAccountsOperations.delete.
- type GlobalAccountsOperationsDeleteResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- globalAccountsOperationsDelete :: Text -> Text -> GlobalAccountsOperationsDelete
- data GlobalAccountsOperationsDelete
- gaodProject :: Lens' GlobalAccountsOperationsDelete Text
- gaodOperation :: Lens' GlobalAccountsOperationsDelete Text
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 #
Arguments
| :: Text | |
| -> Text | |
| -> GlobalAccountsOperationsDelete |
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
Request Lenses
gaodProject :: Lens' GlobalAccountsOperationsDelete Text Source #
Project ID for this request.
gaodOperation :: Lens' GlobalAccountsOperationsDelete Text Source #
Name of the Operations resource to delete.