GoogleApi.RealTimeBidding.V1.Model.ListUserListsResponse (google_api_real_time_bidding v0.13.2)

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 until 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.