class Google::Apis::AuthorizedbuyersmarketplaceV1::SubscribeClientsRequest
Request message for SubscribeAuctionPackageClients.
Attributes
clients[RW]
Optional. A list of client buyers to subscribe to the auction package, with client buyer in the format ‘buyers/`accountId`/clients/`clientAccountId“. The current buyer will be subscribed to the auction package regardless of the list contents if not already. 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 2019 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 2024 def update!(**args) @clients = args[:clients] if args.key?(:clients) end