| 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))))))) Source #
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 Source #
Deletes the specified Group resource.
See: groupsDelete smart constructor.
Instances
Request Lenses
gdGroupName :: Lens' GroupsDelete Text Source #
Name of the Group resource to delete.