Method: OpenapiClient::TimeOffEntryResponse.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



129
130
131
132
133
134
135
136
137
138
139
140
141
142
# File 'lib/openapi_client/models/time_off_entry_response.rb', line 129

def self.openapi_nullable
  Set.new([
    :'start_date',
    :'end_date',
    :'status',
    :'employee_note',
    :'policy_id',
    :'policy_remote_id',
    :'policy_name',
    :'policy_type',
    :'remote_created_at',
    :'remote_modified_at'
  ])
end