Class ListContactGroupsResponse
The response to a list contact groups request.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class ListContactGroupsResponse : IDirectResponseSchema
Properties
ContactGroups
The list of contact groups. Members of the contact groups are not populated.
Declaration
[JsonProperty("contactGroups")]
public virtual IList<ContactGroup> ContactGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<ContactGroup> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The token that can be used to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
NextSyncToken
The token that can be used to retrieve changes since the last request.
Declaration
[JsonProperty("nextSyncToken")]
public virtual string NextSyncToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalItems
The total number of items in the list without pagination.
Declaration
[JsonProperty("totalItems")]
public virtual int? TotalItems { get; set; }
Property Value
Type | Description |
---|---|
int? |