Class: Google::Apis::AuthorizedbuyersmarketplaceV1::UnsubscribeClientsRequest

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 UnsubscribeAuctionPackage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UnsubscribeClientsRequest

Returns a new instance of UnsubscribeClientsRequest.



2256
2257
2258
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2256

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

Instance Attribute Details

#clientsArray<String>

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

Returns:

  • (Array<String>)


2254
2255
2256
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2254

def clients
  @clients
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2261
2262
2263
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2261

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