Method: OpenapiClient::RoleAssignmentRead.openapi_types
- Defined in:
- lib/openapi_client/models/role_assignment_read.rb
.openapi_types ⇒ Object
Attribute type mapping.
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# File 'lib/openapi_client/models/role_assignment_read.rb', line 74 def self.openapi_types { :'id' => :'String', :'user' => :'String', :'role' => :'String', :'tenant' => :'String', :'user_id' => :'String', :'role_id' => :'String', :'tenant_id' => :'String', :'organization_id' => :'String', :'project_id' => :'String', :'environment_id' => :'String', :'created_at' => :'Time' } end |