Folder constructor
Folder({})
Implementation
Folder({
this.containingFolder,
this.createTime,
this.creatorIamPrincipal,
this.displayName,
this.internalMetadata,
this.name,
this.teamFolderName,
this.updateTime,
});