TeamDrive constructor

TeamDrive({
  1. TeamDriveBackgroundImageFile? backgroundImageFile,
  2. String? backgroundImageLink,
  3. TeamDriveCapabilities? capabilities,
  4. String? colorRgb,
  5. DateTime? createdDate,
  6. String? id,
  7. String? kind,
  8. String? name,
  9. String? orgUnitId,
  10. TeamDriveRestrictions? restrictions,
  11. String? themeId,
})

Implementation

TeamDrive({
  this.backgroundImageFile,
  this.backgroundImageLink,
  this.capabilities,
  this.colorRgb,
  this.createdDate,
  this.id,
  this.kind,
  this.name,
  this.orgUnitId,
  this.restrictions,
  this.themeId,
});