Method: PulpcoreClient::TaskScheduleResponse.openapi_nullable
- Defined in:
- lib/pulpcore_client/models/task_schedule_response.rb
permalink .openapi_nullable ⇒ Object
List of attributes with nullable: true
81 82 83 84 85 86 |
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 81 def self.openapi_nullable Set.new([ :'dispatch_interval', :'next_dispatch', ]) end |