Method: Falcon::EntitiesODSScheduleScanResponse#valid?

Defined in:
lib/crimson-falcon/models/entities_ods_schedule_scan_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



119
120
121
122
123
# File 'lib/crimson-falcon/models/entities_ods_schedule_scan_response.rb', line 119

def valid?
  return false if @meta.nil?
  return false if @resources.nil?
  true
end