Show / Hide Table of Contents

Class ListUsersResponse

Response message for the ListUsers method.

Inheritance
object
ListUsersResponse
Implements
IMessage<ListUsersResponse>
IEquatable<ListUsersResponse>
IDeepCloneable<ListUsersResponse>
IBufferMessage
IMessage
IPageResponse<User>
IEnumerable<User>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class ListUsersResponse : IMessage<ListUsersResponse>, IEquatable<ListUsersResponse>, IDeepCloneable<ListUsersResponse>, IBufferMessage, IMessage, IPageResponse<User>, IEnumerable<User>, IEnumerable

Constructors

ListUsersResponse()

Declaration
public ListUsersResponse()

ListUsersResponse(ListUsersResponse)

Declaration
public ListUsersResponse(ListUsersResponse other)
Parameters
Type Name Description
ListUsersResponse other

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Users

The users from the specified account.

Declaration
public RepeatedField<User> Users { get; }
Property Value
Type Description
RepeatedField<User>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<User> GetEnumerator()
Returns
Type Description
IEnumerator<User>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX