Method: TCAClient::Group.openapi_types
- Defined in:
- lib/tca_client/models/group.rb
.openapi_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 |
# File 'lib/tca_client/models/group.rb', line 55 def self.openapi_types { :'id' => :'Object', :'name' => :'Object', :'type' => :'Object' } end |