Method: AsposePdfCloud::PolyLineAnnotationResponse.swagger_types
- Defined in:
- lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb
.swagger_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 |
# File 'lib/aspose_pdf_cloud/models/poly_line_annotation_response.rb', line 48 def self.swagger_types { :'code' => :'Integer', :'status' => :'String', :'annotation' => :'PolyLineAnnotation' } end |