Class: OpenApiSDK::Shared::UnifiedAtsInterviewOutput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedAtsInterviewOutput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedatsinterviewoutput.rb
Instance Method Summary collapse
-
#initialize(application_id: nil, created_at: nil, end_at: nil, field_mappings: nil, id: nil, interviewers: nil, job_interview_stage_id: nil, location: nil, modified_at: nil, organized_by: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_updated_at: nil, start_at: nil, status: nil) ⇒ UnifiedAtsInterviewOutput
constructor
A new instance of UnifiedAtsInterviewOutput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(application_id: nil, created_at: nil, end_at: nil, field_mappings: nil, id: nil, interviewers: nil, job_interview_stage_id: nil, location: nil, modified_at: nil, organized_by: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_updated_at: nil, start_at: nil, status: nil) ⇒ UnifiedAtsInterviewOutput
Returns a new instance of UnifiedAtsInterviewOutput.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/open_api_sdk/models/shared/unifiedatsinterviewoutput.rb', line 49 def initialize(application_id: nil, created_at: nil, end_at: nil, field_mappings: nil, id: nil, interviewers: nil, job_interview_stage_id: nil, location: nil, modified_at: nil, organized_by: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_updated_at: nil, start_at: nil, status: nil) @application_id = application_id @created_at = created_at @end_at = end_at @field_mappings = field_mappings @id = id @interviewers = interviewers @job_interview_stage_id = job_interview_stage_id @location = location @modified_at = modified_at @organized_by = organized_by @remote_created_at = remote_created_at @remote_data = remote_data @remote_id = remote_id @remote_updated_at = remote_updated_at @start_at = start_at @status = status end |