Method: CrelateClient::InterviewRequestDetails.attribute_map

Defined in:
lib/crelate_client/models/interview_request_details.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/crelate_client/models/interview_request_details.rb', line 36

def self.attribute_map
  {
    :'type' => :'type',
    :'scheduled_at' => :'scheduled_at',
    :'assigned_to' => :'assigned_to',
    :'email_message' => :'email_message',
    :'job_post' => :'job_post',
    :'questions' => :'questions',
    :'interview_question_set' => :'interview_question_set',
    :'timezone' => :'timezone'
  }
end