Show / Hide Table of Contents

Class ListAccountsResponse

Response message for Accounts.ListAccounts.

Inheritance
object
ListAccountsResponse
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.MyBusinessAccountManagement.v1.Data
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class ListAccountsResponse : IDirectResponseSchema

Properties

Accounts

A collection of accounts to which the user has access. The personal account of the user doing the query will always be the first item of the result, unless it is filtered out.

Declaration
[JsonProperty("accounts")]
public virtual IList<Account> Accounts { get; set; }
Property Value
Type Description
IList<Account>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If the number of accounts exceeds the requested page size, this field is populated with a token to fetch the next page of accounts on a subsequent call to accounts.list. If there are no more accounts, this field is not present in the response.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX