GoogleApi.RealTimeBidding.V1.Model.ListUserListsResponse (google_api_real_time_bidding v0.9.0) View Source

The list user list response.

Attributes

  • nextPageToken (type: String.t, default: nil) - The continuation page token to send back to the server in a subsequent request. Due to a currently known issue, it is recommended that the caller keep invoking the list method till the time a next page token is not returned (even if the result set is empty).
  • userLists (type: list(GoogleApi.RealTimeBidding.V1.Model.UserList.t), default: nil) - List of user lists from the search.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.ListUserListsResponse{
  nextPageToken: String.t() | nil,
  userLists: [GoogleApi.RealTimeBidding.V1.Model.UserList.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.