Class: Google::Apis::ContentV2::OrdersCancelLineItemResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersCancelLineItemResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/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) ⇒ OrdersCancelLineItemResponse
constructor
A new instance of OrdersCancelLineItemResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersCancelLineItemResponse
Returns a new instance of OrdersCancelLineItemResponse.
6035 6036 6037 |
# File 'generated/google/apis/content_v2/classes.rb', line 6035 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
6027 6028 6029 |
# File 'generated/google/apis/content_v2/classes.rb', line 6027 def execution_status @execution_status end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersCancelLineItemResponse".
Corresponds to the JSON property kind
6033 6034 6035 |
# File 'generated/google/apis/content_v2/classes.rb', line 6033 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6040 6041 6042 6043 |
# File 'generated/google/apis/content_v2/classes.rb', line 6040 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |