Class: Google::Apis::AuthorizedbuyersmarketplaceV1::UnsubscribeClientsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AuthorizedbuyersmarketplaceV1::UnsubscribeClientsRequest
- 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
-
#clients ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UnsubscribeClientsRequest
constructor
A new instance of UnsubscribeClientsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UnsubscribeClientsRequest
Returns a new instance of UnsubscribeClientsRequest.
2260 2261 2262 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2260 def initialize(**args) update!(**args) end |
Instance Attribute Details
#clients ⇒ Array<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 property
clients`
2258 2259 2260 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2258 def clients @clients end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2265 2266 2267 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2265 def update!(**args) @clients = args[:clients] if args.key?(:clients) end |