Class ModifyContactGroupMembersResponse
The response to a modify contact group members request.
Implements
Inherited Members
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> |