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



164
165
166
167
168
169
# File 'lib/pulpcore_client/models/task_schedule_response.rb', line 164

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @name.nil?
  return false if @task_name.nil?
  true
end