Method: PulpcoreClient::TaskScheduleResponse#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



135
136
137
138
139
140
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 135

def valid?
  return false if @name.nil?
  return false if @task_name.nil?
  return false if @dispatch_interval.nil?
  true
end