Class: Google::Apis::ContentV2_1::CaptureOrderResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::CaptureOrderResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Overview
Response message for the CaptureOrder method.
Instance Attribute Summary collapse
-
#execution_status ⇒ String
The status of the execution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CaptureOrderResponse
constructor
A new instance of CaptureOrderResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CaptureOrderResponse
Returns a new instance of CaptureOrderResponse.
1725 1726 1727 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 1725 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execution_status ⇒ String
The status of the execution. Only defined if the request was successful.
Acceptable values are: * "duplicate" * "executed"
Corresponds to the JSON property executionStatus
1723 1724 1725 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 1723 def execution_status @execution_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1730 1731 1732 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 1730 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) end |