Class ListContactGroupsResponse
The response to a list contact groups request.
Inheritance
System.Object
ListContactGroupsResponse
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 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 |
|---|---|
| System.Collections.Generic.IList<ContactGroup> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema