View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UnsubscribeClientsRequest (google_api_authorized_buyers_marketplace v0.4.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 formatbuyers/{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
Unwrap a decoded JSON object into its complex fields.