Method: AsposeCellsCloud::DeleteMetadataRequest.swagger_types
- Defined in:
- lib/aspose_cells_cloud/requests/delete_metadata_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
79 80 81 82 83 84 85 86 87 |
# File 'lib/aspose_cells_cloud/requests/delete_metadata_request.rb', line 79 def self.swagger_types { :'file' => :'Hash', :'type' => :'String', :'out_format' => :'String', :'password' => :'String', :'check_excel_restriction' => :'BOOLEAN' } end |