Class ListClientUsersResponse
Response message for the list method.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class ListClientUsersResponse : IDirectResponseSchema
Properties
ClientUsers
The returned list of client users.
Declaration
[JsonProperty("clientUsers")]
public virtual IList<ClientUser> ClientUsers { get; set; }
Property Value
Type | Description |
---|---|
IList<ClientUser> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve the next page of results. Pass this value in the ListClientUsersRequest.pageToken field in the subsequent call to the list method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |