class Google::Apis::AuthorizedbuyersmarketplaceV1::UnsubscribeClientsRequest
Request message for UnsubscribeAuctionPackage.
Attributes
clients[RW]
Optional. A list of client buyers to unsubscribe from the auction package, with client buyer in the format ‘buyers/`accountId`/clients/`clientAccountId“. Corresponds to the JSON property `clients` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 2154 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 2159 def update!(**args) @clients = args[:clients] if args.key?(:clients) end