Show / Hide Table of Contents

Class ListContactGroupsResponse

The response to a list contact groups request.

Inheritance
object
ListContactGroupsResponse
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX