Method: PulpcoreClient::TaskScheduleResponse.openapi_nullable

Defined in:
lib/pulpcore_client/models/task_schedule_response.rb

.openapi_nullableObject

List of attributes with nullable: true

[View source]

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