GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListClientUsersResponse (google_api_authorized_buyers_marketplace v0.7.0)
View SourceResponse message for the list method.
Attributes
-
clientUsers
(type:list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ClientUser.t)
, default:nil
) - The returned list of client users. -
nextPageToken
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListClientUsersResponse{ clientUsers: [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ClientUser.t()] | nil, nextPageToken: String.t() | nil }