Method: OpenapiClient::ResourceReplace#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



123
124
125
126
127
# File 'lib/openapi_client/models/resource_replace.rb', line 123

def valid?
  return false if @name.nil?
  return false if @actions.nil?
  true
end