Method: MergeHRISClient::Issue.attribute_map
- Defined in:
- lib/merge_hris_client/models/issue.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
36 37 38 39 40 41 42 43 44 45 46 47 |
# File 'lib/merge_hris_client/models/issue.rb', line 36 def self.attribute_map { :'id' => :'id', :'status' => :'status', :'error_description' => :'error_description', :'end_user' => :'end_user', :'first_incident_time' => :'first_incident_time', :'last_incident_time' => :'last_incident_time', :'is_muted' => :'is_muted', :'error_details' => :'error_details' } end |