Method: OpenapiClient::CompensationHistoryResponse.openapi_nullable
- Defined in:
- lib/openapi_client/models/compensation_history_response.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/openapi_client/models/compensation_history_response.rb', line 86 def self.openapi_nullable Set.new([ :'pay_rate', :'pay_period', :'pay_frequency', :'employment_type', :'currency', :'effective_date', :'notes' ]) end |