Class: Openlayer::Models::Projects::TestUpdateResponse
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openlayer/models/projects/test_update_response.rb,
sig/openlayer/models/projects/test_update_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(task_result_id: nil, task_result_url: nil) ⇒ Object
|
# File 'lib/openlayer/models/projects/test_update_response.rb', line 18
|
Instance Attribute Details
#task_result_id ⇒ String?
11
|
# File 'lib/openlayer/models/projects/test_update_response.rb', line 11
optional :task_result_id, String, api_name: :taskResultId
|
#task_result_url ⇒ String?
16
|
# File 'lib/openlayer/models/projects/test_update_response.rb', line 16
optional :task_result_url, String, api_name: :taskResultUrl
|
Instance Method Details
#to_hash ⇒ { task_result_id: String, task_result_url: String }
21
|
# File 'sig/openlayer/models/projects/test_update_response.rbs', line 21
def to_hash: -> { task_result_id: String, task_result_url: String }
|