Method: OpenapiClient::TimeOffEntryResponse.openapi_types

Defined in:
lib/openapi_client/models/time_off_entry_response.rb

.openapi_typesObject

Attribute type mapping.



107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# File 'lib/openapi_client/models/time_off_entry_response.rb', line 107

def self.openapi_types
  {
    :'id' => :'String',
    :'remote_id' => :'String',
    :'employee_id' => :'String',
    :'employee_remote_id' => :'String',
    :'start_date' => :'Date',
    :'end_date' => :'Date',
    :'amount' => :'Float',
    :'unit' => :'String',
    :'status' => :'String',
    :'employee_note' => :'String',
    :'policy_id' => :'String',
    :'policy_remote_id' => :'String',
    :'policy_name' => :'String',
    :'policy_type' => :'PolicyTypeResponse',
    :'remote_created_at' => :'Date',
    :'remote_modified_at' => :'Date'
  }
end