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 |
Remove a alias for the group
See: Admin Directory API Reference for directory.groups.aliases.delete
.
Synopsis
- type GroupsAliasesDeleteResource = "admin" :> ("directory" :> ("v1" :> ("groups" :> (Capture "groupKey" Text :> ("aliases" :> (Capture "alias" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- groupsAliasesDelete :: Text -> Text -> GroupsAliasesDelete
- data GroupsAliasesDelete
- gadGroupKey :: Lens' GroupsAliasesDelete Text
- gadAlias :: Lens' GroupsAliasesDelete Text
REST Resource
type GroupsAliasesDeleteResource = "admin" :> ("directory" :> ("v1" :> ("groups" :> (Capture "groupKey" Text :> ("aliases" :> (Capture "alias" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #
A resource alias for directory.groups.aliases.delete
method which the
GroupsAliasesDelete
request conforms to.
Creating a Request
Creates a value of GroupsAliasesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GroupsAliasesDelete Source #
Remove a alias for the group
See: groupsAliasesDelete
smart constructor.
Instances
Request Lenses
gadGroupKey :: Lens' GroupsAliasesDelete Text Source #
Email or immutable ID of the group