Method: OpenapiClient::FullData.openapi_types
- Defined in:
- lib/openapi_client/models/full_data.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 45 |
# File 'lib/openapi_client/models/full_data.rb', line 39 def self.openapi_types { :'users' => :'Hash<String, UserData>', :'roles' => :'Hash<String, RoleData>', :'condition_set_rules' => :'Hash<String, Hash<String, Hash<String, Array<String>>>>' } end |