Class: Google::Apis::ContentV2::OrdersUpdateLineItemShippingDetailsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersUpdateLineItemShippingDetailsResponse
- 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) ⇒ OrdersUpdateLineItemShippingDetailsResponse
constructor
A new instance of OrdersUpdateLineItemShippingDetailsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersUpdateLineItemShippingDetailsResponse
Returns a new instance of OrdersUpdateLineItemShippingDetailsResponse.
7824 7825 7826 |
# File 'lib/google/apis/content_v2/classes.rb', line 7824 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
7816 7817 7818 |
# File 'lib/google/apis/content_v2/classes.rb', line 7816 def execution_status @execution_status end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersUpdateLineItemShippingDetailsResponse".
Corresponds to the JSON property kind
7822 7823 7824 |
# File 'lib/google/apis/content_v2/classes.rb', line 7822 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7829 7830 7831 7832 |
# File 'lib/google/apis/content_v2/classes.rb', line 7829 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |