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.
5753 5754 5755 |
# File 'lib/google/apis/content_v2/classes.rb', line 5753 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
5745 5746 5747 |
# File 'lib/google/apis/content_v2/classes.rb', line 5745 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
5751 5752 5753 |
# File 'lib/google/apis/content_v2/classes.rb', line 5751 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5758 5759 5760 5761 |
# File 'lib/google/apis/content_v2/classes.rb', line 5758 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |