Class: Google::Apis::AuthorizedbuyersmarketplaceV1::SubscribeClientsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb,
lib/google/apis/authorizedbuyersmarketplace_v1/representations.rb,
lib/google/apis/authorizedbuyersmarketplace_v1/representations.rb

Overview

Request message for SubscribeAuctionPackageClients.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SubscribeClientsRequest

Returns a new instance of SubscribeClientsRequest.



1999
2000
2001
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1999

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#clientsArray<String>

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 propertyclients`

Returns:

  • (Array<String>)


1997
1998
1999
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 1997

def clients
  @clients
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2004
2005
2006
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2004

def update!(**args)
  @clients = args[:clients] if args.key?(:clients)
end