Method: PureCloud::QueryFacetInfo.swagger_types
- Defined in:
- lib/purecloud/models/query_facet_info.rb
.swagger_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 43 |
# File 'lib/purecloud/models/query_facet_info.rb', line 37 def self.swagger_types { :'attributes' => :'Array<FacetKeyAttribute>', :'facets' => :'Array<FacetEntry>' } end |