Class: Google::Apis::ContentV2_1::OrdersSetLineItemMetadataResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrdersSetLineItemMetadataResponse
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/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) ⇒ OrdersSetLineItemMetadataResponse
constructor
A new instance of OrdersSetLineItemMetadataResponse.
-
#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) ⇒ OrdersSetLineItemMetadataResponse
Returns a new instance of OrdersSetLineItemMetadataResponse.
7032 7033 7034 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7032 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 propertyexecutionStatus
7024 7025 7026 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7024 def execution_status @execution_status end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersSetLineItemMetadataResponse".
Corresponds to the JSON property kind
7030 7031 7032 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7030 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7037 7038 7039 7040 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7037 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |