Class: Handinger::Models::WorkerCreateResponse
Overview
Defined Under Namespace
Modules: Visibility
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(id:, created_at:, instructions:, organization_id:, output_schema:, summary:, title:, updated_at:, user_id:, visibility:) ⇒ Object
|
# File 'lib/handinger/models/worker_create_response.rb', line 60
|
Instance Attribute Details
#created_at ⇒ String?
15
|
# File 'lib/handinger/models/worker_create_response.rb', line 15
required :created_at, String, api_name: :createdAt, nil?: true
|
#id ⇒ String
10
|
# File 'lib/handinger/models/worker_create_response.rb', line 10
required :id, String
|
#instructions ⇒ String
20
|
# File 'lib/handinger/models/worker_create_response.rb', line 20
required :instructions, String
|
#organization_id ⇒ String
25
|
# File 'lib/handinger/models/worker_create_response.rb', line 25
required :organization_id, String, api_name: :organizationId
|
#output_schema ⇒ Hash{Symbol=>Object}?
#summary ⇒ String
38
|
# File 'lib/handinger/models/worker_create_response.rb', line 38
required :summary, String
|
#title ⇒ String
43
|
# File 'lib/handinger/models/worker_create_response.rb', line 43
required :title, String
|
#updated_at ⇒ String?
48
|
# File 'lib/handinger/models/worker_create_response.rb', line 48
required :updated_at, String, api_name: :updatedAt, nil?: true
|
#user_id ⇒ String
53
|
# File 'lib/handinger/models/worker_create_response.rb', line 53
required :user_id, String, api_name: :userId
|