Class: Google::Apis::ContentV2_1::OrderreturnsAcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrderreturnsAcknowledgeRequest
- 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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OrderreturnsAcknowledgeRequest
Returns a new instance of OrderreturnsAcknowledgeRequest.
5885 5886 5887 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5885 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
5883 5884 5885 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5883 def operation_id @operation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5890 5891 5892 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5890 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end |