Method: OpenapiClient::ConditionSetRuleRead.openapi_types
- Defined in:
- lib/openapi_client/models/condition_set_rule_read.rb
.openapi_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/openapi_client/models/condition_set_rule_read.rb', line 70 def self.openapi_types { :'id' => :'String', :'key' => :'String', :'user_set' => :'String', :'permission' => :'String', :'resource_set' => :'String', :'organization_id' => :'String', :'project_id' => :'String', :'environment_id' => :'String', :'created_at' => :'Time', :'updated_at' => :'Time' } end |