Class: Google::Apis::ContentV2_1::OrderreturnsAcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrderreturnsAcknowledgeRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#operation_id ⇒ String
[required] The ID of the operation, unique across all operations for a given order return.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrderreturnsAcknowledgeRequest
constructor
A new instance of OrderreturnsAcknowledgeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrderreturnsAcknowledgeRequest
Returns a new instance of OrderreturnsAcknowledgeRequest.
6468 6469 6470 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6468 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_id ⇒ String
[required] The ID of the operation, unique across all operations for a given
order return.
Corresponds to the JSON property operationId
6466 6467 6468 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6466 def operation_id @operation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6473 6474 6475 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6473 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end |