Method: Falcon::RegistrationAzureTenantConfigurationResponseV1#valid?
- Defined in:
- lib/crimson-falcon/models/registration_azure_tenant_configuration_response_v1.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
123 124 125 126 127 128 |
# File 'lib/crimson-falcon/models/registration_azure_tenant_configuration_response_v1.rb', line 123 def valid? return false if @errors.nil? return false if @meta.nil? return false if @resources.nil? true end |