Method: AsposeCellsCloud::Workbook.swagger_types

Defined in:
lib/aspose_cells_cloud/models/workbook.rb

.swagger_typesObject

Attribute type mapping.



75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'lib/aspose_cells_cloud/models/workbook.rb', line 75

def self.swagger_types
  {
    :'file_name' => :'String',
    :'links' => :'Array<Link>',
    :'worksheets' => :'LinkElement',
    :'default_style' => :'LinkElement',
    :'document_properties' => :'LinkElement',
    :'names' => :'LinkElement',
    :'settings' => :'LinkElement',
    :'is_write_protected' => :'String',
    :'is_protected' => :'String',
    :'is_encryption' => :'String',
    :'password' => :'String'
  }
end