View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.SubscribeClientsRequest (google_api_authorized_buyers_marketplace v0.6.2)
Request message for SubscribeAuctionPackageClients.
Attributes
-
clients
(type:list(String.t)
, default:nil
) - Optional. A list of client buyers to subscribe to the auction package, with client buyer in the formatbuyers/{accountId}/clients/{clientAccountId}
. The current buyer will be subscribed to the auction package regardless of the list contents if not already.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.SubscribeClientsRequest{ clients: [String.t()] | nil }