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.Groups.Delete
Description
Deletes the specified Group resource.
See: Cloud User Accounts API Reference for clouduseraccounts.groups.delete
.
- type GroupsDeleteResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))
- groupsDelete :: Text -> Text -> GroupsDelete
- data GroupsDelete
- gdProject :: Lens' GroupsDelete Text
- gdGroupName :: Lens' GroupsDelete Text
REST Resource
type GroupsDeleteResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation))))))) #
A resource alias for clouduseraccounts.groups.delete
method which the
GroupsDelete
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> GroupsDelete |
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 #
Deletes the specified Group resource.
See: groupsDelete
smart constructor.
Instances
Eq GroupsDelete # | |
Data GroupsDelete # | |
Show GroupsDelete # | |
Generic GroupsDelete # | |
GoogleRequest GroupsDelete # | |
type Rep GroupsDelete # | |
type Scopes GroupsDelete # | |
type Rs GroupsDelete # | |
Request Lenses
gdProject :: Lens' GroupsDelete Text #
Project ID for this request.
gdGroupName :: Lens' GroupsDelete Text #
Name of the Group resource to delete.