Method: Falcon::RegistrationAzureManagementGroupResponseV1#valid?

Defined in:
lib/crimson-falcon/models/registration_azure_management_group_response_v1.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/registration_azure_management_group_response_v1.rb', line 119

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