Method: PureCloud::DocumentThumbnail.swagger_types
- Defined in:
- lib/purecloud/models/document_thumbnail.rb
.swagger_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 53 |
# File 'lib/purecloud/models/document_thumbnail.rb', line 45 def self.swagger_types { :'resolution' => :'String', :'image_uri' => :'String', :'height' => :'Integer', :'width' => :'Integer' } end |