Folder constructor
Folder({})
Implementation
Folder({
this.createTime,
this.deleteTime,
this.displayName,
this.etag,
this.name,
this.parent,
this.state,
this.tags,
this.updateTime,
});
Folder({
this.createTime,
this.deleteTime,
this.displayName,
this.etag,
this.name,
this.parent,
this.state,
this.tags,
this.updateTime,
});