Class: Google::Apis::ContentV2_1::OrdersAcknowledgeResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrdersAcknowledgeResponse
- 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) ⇒ OrdersAcknowledgeResponse
constructor
A new instance of OrdersAcknowledgeResponse.
-
#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) ⇒ OrdersAcknowledgeResponse
Returns a new instance of OrdersAcknowledgeResponse
5052 5053 5054 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5052 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execution_status ⇒ String
The status of the execution.
Corresponds to the JSON property executionStatus
5044 5045 5046 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5044 def execution_status @execution_status end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersAcknowledgeResponse".
Corresponds to the JSON property kind
5050 5051 5052 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5050 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5057 5058 5059 5060 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5057 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |