Class: Google::Apis::AuthorizedbuyersmarketplaceV1alpha::UnsubscribeClientsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AuthorizedbuyersmarketplaceV1alpha::UnsubscribeClientsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb,
lib/google/apis/authorizedbuyersmarketplace_v1alpha/representations.rb,
lib/google/apis/authorizedbuyersmarketplace_v1alpha/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.
2937 2938 2939 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 2937 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 propertyclients`
2935 2936 2937 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 2935 def clients @clients end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2942 2943 2944 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 2942 def update!(**args) @clients = args[:clients] if args.key?(:clients) end |