TeamFolder constructor

TeamFolder({
  1. String? createTime,
  2. String? creatorIamPrincipal,
  3. String? displayName,
  4. String? internalMetadata,
  5. String? name,
  6. String? updateTime,
})

Implementation

TeamFolder({
  this.createTime,
  this.creatorIamPrincipal,
  this.displayName,
  this.internalMetadata,
  this.name,
  this.updateTime,
});