Method: AsposeCellsCloud::GoogleDriveStorageFile.attribute_map
- Defined in:
- lib/aspose_cells_cloud/models/google_drive_storage_file.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
48 49 50 51 52 53 54 55 56 57 |
# File 'lib/aspose_cells_cloud/models/google_drive_storage_file.rb', line 48 def self.attribute_map { :'mime_type' => :'MimeType', :'name' => :'Name', :'is_folder' => :'IsFolder', :'modified_date' => :'ModifiedDate', :'size' => :'Size', :'path' => :'Path' } end |