Method: stcloud::CreateTokenDto.openapi_types
- Defined in:
- lib/stcloud/models/create_token_dto.rb
.openapi_types ⇒ Object
Attribute type mapping.
32 33 34 35 36 37 38 |
# File 'lib/stcloud/models/create_token_dto.rb', line 32 def self.openapi_types { :'name' => :'Object', :'readable' => :'Object', :'writeable' => :'Object' } end |