Method: Falcon::FwmgrMsaspecResponseFields#valid?

Defined in:
lib/crimson-falcon/models/fwmgr_msaspec_response_fields.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



105
106
107
108
# File 'lib/crimson-falcon/models/fwmgr_msaspec_response_fields.rb', line 105

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