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 |
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 #
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.
Request Lenses
gaodProject :: Lens' GlobalAccountsOperationsDelete Text Source #
Project ID for this request.
gaodOperation :: Lens' GlobalAccountsOperationsDelete Text Source #
Name of the Operations resource to delete.