Method: OpenapiClient::ElementsEnvTypeRead#valid?

Defined in:
lib/openapi_client/models/elements_env_type_read.rb

#valid?Boolean

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

Returns:

  • true if the model is valid



94
95
96
97
98
# File 'lib/openapi_client/models/elements_env_type_read.rb', line 94

def valid?
  return false if @roles_to_levels.nil?
  return false if @elements_type.nil?
  true
end