Method: OpenapiClient::Labels#valid?
- Defined in:
- lib/openapi_client/models/labels.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
90 91 92 93 94 |
# File 'lib/openapi_client/models/labels.rb', line 90 def valid? return false if @id.nil? return false if @version.nil? true end |