Show / Hide Table of Contents

Class ModifyContactGroupMembersResponse

The response to a modify contact group members request.

Inheritance
System.Object
ModifyContactGroupMembersResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.String>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top