Method: Akeyless::UpdateGKETarget#valid?

Defined in:
lib/akeyless/models/update_gke_target.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



228
229
230
231
232
# File 'lib/akeyless/models/update_gke_target.rb', line 228

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @name.nil?
  true
end