Method: OpenapiClient::AuditLogObjects#==
- Defined in:
- lib/openapi_client/models/audit_log_objects.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
136 137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/openapi_client/models/audit_log_objects.rb', line 136 def ==(o) return true if self.equal?(o) self.class == o.class && organization_object == o.organization_object && project_object == o.project_object && environment_object == o.environment_object && pdp_config_object == o.pdp_config_object && user_object == o.user_object && action_object == o.action_object && resource_type_object == o.resource_type_object && tenant_object == o.tenant_object end |