Method: OpenapiClient::ConditionSetRuleRead.attribute_map
- Defined in:
- lib/openapi_client/models/condition_set_rule_read.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/openapi_client/models/condition_set_rule_read.rb', line 49 def self.attribute_map { :'id' => :'id', :'key' => :'key', :'user_set' => :'user_set', :'permission' => :'permission', :'resource_set' => :'resource_set', :'organization_id' => :'organization_id', :'project_id' => :'project_id', :'environment_id' => :'environment_id', :'created_at' => :'created_at', :'updated_at' => :'updated_at' } end |