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.
2958 2959 2960 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 2958 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`
2956 2957 2958 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 2956 def clients @clients end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2963 2964 2965 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 2963 def update!(**args) @clients = args[:clients] if args.key?(:clients) end |