Method: GongAPI::GenericProperty.openapi_types
- Defined in:
- lib/gong_api/models/generic_property.rb
.openapi_types ⇒ Object
Attribute type mapping.
57 58 59 60 61 62 63 |
# File 'lib/gong_api/models/generic_property.rb', line 57 def self.openapi_types { :'data_type' => :'Object', :'name' => :'Object', :'value' => :'Object' } end |