Class: Google::Apis::ContentV2::OrdersAcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersAcknowledgeRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The ID of the operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersAcknowledgeRequest
constructor
A new instance of OrdersAcknowledgeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersAcknowledgeRequest
Returns a new instance of OrdersAcknowledgeRequest.
5544 5545 5546 |
# File 'lib/google/apis/content_v2/classes.rb', line 5544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_id ⇒ String
The ID of the operation. Unique across all operations for a given order.
Corresponds to the JSON property operationId
5542 5543 5544 |
# File 'lib/google/apis/content_v2/classes.rb', line 5542 def operation_id @operation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5549 5550 5551 |
# File 'lib/google/apis/content_v2/classes.rb', line 5549 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end |