Class: Google::Apis::ContentV2sandbox::OrdersAcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2sandbox::OrdersAcknowledgeRequest
- Defined in:
- generated/google/apis/content_v2sandbox/classes.rb,
generated/google/apis/content_v2sandbox/representations.rb,
generated/google/apis/content_v2sandbox/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OrdersAcknowledgeRequest
Returns a new instance of OrdersAcknowledgeRequest
1660 1661 1662 |
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1660 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
1658 1659 1660 |
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1658 def operation_id @operation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1665 1666 1667 |
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1665 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end |