Show / Hide Table of Contents

Class CreateContactGroupRequest

A request to create a new contact group.

Inheritance
object
CreateContactGroupRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX