Method: Falcon::ApiAuditEventDetailsResourceV1#valid?
- Defined in:
- lib/crimson-falcon/models/api_audit_event_details_resource_v1.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
155 156 157 158 159 160 161 162 163 |
# File 'lib/crimson-falcon/models/api_audit_event_details_resource_v1.rb', line 155 def valid? return false if @action.nil? return false if @actor.nil? return false if @description.nil? return false if @id.nil? return false if @timestamp.nil? return false if @token_id.nil? true end |