Method: PureCloud::AuditEntity#valid?

Defined in:
lib/purecloudplatformclientv2/models/audit_entity.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



88
89
90
91
92
93
# File 'lib/purecloudplatformclientv2/models/audit_entity.rb', line 88

def valid?
  if @type.nil?
    return false
  end

end