Class: Google::Apis::ContentV2::OrdersCancelResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersCancelResponse
- 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
-
#execution_status ⇒ String
The status of the execution.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersCancelResponse
constructor
A new instance of OrdersCancelResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersCancelResponse
Returns a new instance of OrdersCancelResponse.
6112 6113 6114 |
# File 'lib/google/apis/content_v2/classes.rb', line 6112 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execution_status ⇒ String
The status of the execution. Acceptable values are: - "duplicate" - "
executed"
Corresponds to the JSON property executionStatus
6104 6105 6106 |
# File 'lib/google/apis/content_v2/classes.rb', line 6104 def execution_status @execution_status end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersCancelResponse".
Corresponds to the JSON property kind
6110 6111 6112 |
# File 'lib/google/apis/content_v2/classes.rb', line 6110 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6117 6118 6119 6120 |
# File 'lib/google/apis/content_v2/classes.rb', line 6117 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |