Folder constructor

Folder({
  1. String? containingFolder,
  2. String? createTime,
  3. String? creatorIamPrincipal,
  4. String? displayName,
  5. String? internalMetadata,
  6. String? name,
  7. String? teamFolderName,
  8. String? updateTime,
})

Implementation

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