Class GroupsResource
The "groups" collection of methods.
Inherited Members
Namespace: Google.Apis.Groupssettings.v1
Assembly: Google.Apis.Groupssettings.v1.dll
Syntax
public class GroupsResource
Constructors
GroupsResource(IClientService)
Constructs a new resource.
Declaration
public GroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets one resource by id.
Declaration
public virtual GroupsResource.GetRequest Get(string groupUniqueId)
Parameters
Type | Name | Description |
---|---|---|
string | groupUniqueId | The group's email address. |
Returns
Type | Description |
---|---|
GroupsResource.GetRequest |
Patch(Groups, string)
Updates an existing resource. This method supports patch semantics.
Declaration
public virtual GroupsResource.PatchRequest Patch(Groups body, string groupUniqueId)
Parameters
Type | Name | Description |
---|---|---|
Groups | body | The body of the request. |
string | groupUniqueId | The group's email address. |
Returns
Type | Description |
---|---|
GroupsResource.PatchRequest |
Update(Groups, string)
Updates an existing resource.
Declaration
public virtual GroupsResource.UpdateRequest Update(Groups body, string groupUniqueId)
Parameters
Type | Name | Description |
---|---|---|
Groups | body | The body of the request. |
string | groupUniqueId | The group's email address. |
Returns
Type | Description |
---|---|
GroupsResource.UpdateRequest |