Method: OpenapiClient::AuditLog.attribute_map
- Defined in:
- lib/openapi_client/models/audit_log.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
# File 'lib/openapi_client/models/audit_log.rb', line 55 def self.attribute_map { :'id' => :'id', :'input' => :'input', :'result' => :'result', :'context' => :'context', :'action' => :'action', :'timestamp' => :'timestamp', :'query' => :'query', :'user_key' => :'user_key', :'user_email' => :'user_email', :'user_name' => :'user_name', :'resource_type' => :'resource_type', :'tenant' => :'tenant', :'decision' => :'decision', :'reason' => :'reason', :'pdp_config_id' => :'pdp_config_id', :'env_id' => :'env_id', :'project_id' => :'project_id', :'org_id' => :'org_id' } end |