View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UnsubscribeClientsRequest (google_api_authorized_buyers_marketplace v0.6.0)

Request message for UnsubscribeAuctionPackage.

Attributes

  • clients (type: list(String.t), default: nil) - Optional. A list of client buyers to unsubscribe from the auction package, with client buyer in the format buyers/{accountId}/clients/{clientAccountId}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UnsubscribeClientsRequest{
    clients: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.