Show / Hide Table of Contents

Class UpdateContactGroupRequest

A request to update an existing user contact group. All updated fields will be replaced.

Inheritance
object
UpdateContactGroupRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class UpdateContactGroupRequest : IDirectResponseSchema

Properties

ContactGroup

Required. The contact group to update.

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 * memberCount

  • metadata * name
Declaration
[JsonProperty("readGroupFields")]
public virtual object ReadGroupFields { get; set; }
Property Value
Type Description
object

UpdateGroupFields

Optional. A field mask to restrict which fields on the group are updated. Multiple fields can be specified by separating them with commas. Defaults to name if not set or set to empty. Updated fields are replaced. Valid values are: * clientData * name

Declaration
[JsonProperty("updateGroupFields")]
public virtual object UpdateGroupFields { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX