Method: PureCloud::FacetKeyAttribute.swagger_types
- Defined in:
- lib/purecloud/models/facet_key_attribute.rb
.swagger_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 48 |
# File 'lib/purecloud/models/facet_key_attribute.rb', line 41 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'count' => :'Integer' } end |