Method: AsposeCellsCloud::PutActiveWorksheetRequest.swagger_types
- Defined in:
- lib/aspose_cells_cloud/requests/put_active_worksheet_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 |
# File 'lib/aspose_cells_cloud/requests/put_active_worksheet_request.rb', line 70 def self.swagger_types { :'name' => :'String', :'sheet_name' => :'String', :'folder' => :'String', :'storage_name' => :'String' } end |