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.
2268 2269 2270 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2268 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`
2266 2267 2268 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2266 def clients @clients end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2273 2274 2275 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb', line 2273 def update!(**args) @clients = args[:clients] if args.key?(:clients) end |