SMHFileDetailContents class Null safety

Annotations
  • @JsonSerializable()

Constructors

SMHFileDetailContents()
SMHFileDetailContents.fromJson(Map<String, dynamic> json)
factory

Properties

canMarkAsNonVirus bool?
read / write
creationPerson String?
creationPerson: 创建人昵称;
read / write
creationTime String?
creationTime: 日期字符串,创建时间;
read / write
fileType SMHFileType?
fileType: 字符串,文件类型:excel、powerpoint 等;
read / write
group SMHFileDetailGroup?
group: 共享群组空间信息;和 用户空间信息、团队空间信息三选一返回
read / write
hashCode int
The hash code for this object.
read-only, inherited
historySize String?
historySize: 字符串,历史版本文件大小;
read / write
localSync SMHDirectoryDetailLocalSync?
localSync: 如果是同步盘 or 同步盘的子文件目录,返回该字段
read / write
modificationTime String?
modificationTime: 日期字符串,修改时间;
read / write
name String?
name: 字符串,文件名称;
read / write
organizationName String?
read / write
path List<String>?
path: 字符串数组,文件路径;
read / write
previewAsIcon bool?
previewAsIcon: 布尔值,是否可用预览图做 icon;
read / write
previewByCI bool?
previewByCI: 布尔值,是否可通过万象预览;
read / write
previewByDoc bool?
previewByDoc: 布尔值,是否可通过 wps 预览;
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
size String?
size: 字符串,文件大小;
read / write
spaceTag SMHSpaceTag?
spaceTag: 字符串,personal | team | user;
read / write
tagList List<SMHFileDetailContentsTagList>?
标签列表
read / write
team SMHFileDetailContentsTeam?
team 团队空间信息; 和共享群组空间信息、用户空间信息三选一返回
read / write
type SMHFileType?
type: 字符串,文件类型;
read / write
user SMHFileDetailUser?
user: 用户空间信息;和共享群组空间信息、团队空间信息三选一返回
read / write
virusName bool?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited