Class CreateContactGroupRequest
A request to create a new contact group.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class CreateContactGroupRequest : IDirectResponseSchema
Properties
ContactGroup
Required. The contact group to create.
Declaration
[JsonProperty("contactGroup")]
public virtual ContactGroup ContactGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| ContactGroup |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReadGroupFields
Optional. A field mask to restrict which fields on the group are returned. Defaults to metadata,
groupType, and name if not set or set to empty. Valid fields are: * clientData * groupType * metadata *
name
Declaration
[JsonProperty("readGroupFields")]
public virtual object ReadGroupFields { get; set; }
Property Value
| Type | Description |
|---|---|
| object |