Method: AsposeCellsCloud::PostMetadataRequest.swagger_types

Defined in:
lib/aspose_cells_cloud/requests/post_metadata_request.rb

.swagger_typesObject

Attribute type mapping.



85
86
87
88
89
90
91
92
93
94
# File 'lib/aspose_cells_cloud/requests/post_metadata_request.rb', line 85

def self.swagger_types
  {
    :'file' => :'Hash',
    :'cells_documents' => :'Array<CellsDocumentProperty>',
    :'password' => :'String',
    :'check_excel_restriction' => :'BOOLEAN',
    :'out_format' => :'String',
    :'region' => :'String'
  }
end