GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListAuctionPackagesResponse (google_api_authorized_buyers_marketplace v0.7.0)

View Source

Response message for listing auction packages.

Attributes

  • auctionPackages (type: list(GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage.t), default: nil) - The list of auction packages.
  • nextPageToken (type: String.t, default: nil) - Continuation token for fetching the next page of results. Pass this value in the ListAuctionPackagesRequest.pageToken field in the subsequent call to the ListAuctionPackages method to retrieve the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ListAuctionPackagesResponse{
    auctionPackages:
      [GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AuctionPackage.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.