Show / Hide Table of Contents

Class ModifyContactGroupMembersResponse

The response to a modify contact group members request.

Inheritance
object
ModifyContactGroupMembersResponse
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 ModifyContactGroupMembersResponse : IDirectResponseSchema

Properties

CanNotRemoveLastContactGroupResourceNames

The contact people resource names that cannot be removed from their last contact group.

Declaration
[JsonProperty("canNotRemoveLastContactGroupResourceNames")]
public virtual IList<string> CanNotRemoveLastContactGroupResourceNames { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NotFoundResourceNames

The contact people resource names that were not found.

Declaration
[JsonProperty("notFoundResourceNames")]
public virtual IList<string> NotFoundResourceNames { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX