Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 661 Bytes

StorageFile.md

File metadata and controls

19 lines (14 loc) · 661 Bytes

aspose_barcode_cloud.model.StorageFile

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

File or folder information

Properties

Name Type Description Notes
name String File or folder name. [optional] [default to null]
isFolder bool True if it is a folder. [default to null]
modifiedDate DateTime File or folder last modified DateTime. [optional] [default to null]
size int File or folder size. [default to null]
path String File or folder path. [optional] [default to null]