TeamDrive constructor
TeamDrive({
- TeamDriveBackgroundImageFile? backgroundImageFile,
- String? backgroundImageLink,
- TeamDriveCapabilities? capabilities,
- String? colorRgb,
- DateTime? createdTime,
- String? id,
- String? kind,
- String? name,
- String? orgUnitId,
- TeamDriveRestrictions? restrictions,
- String? themeId,
Implementation
TeamDrive({
this.backgroundImageFile,
this.backgroundImageLink,
this.capabilities,
this.colorRgb,
this.createdTime,
this.id,
this.kind,
this.name,
this.orgUnitId,
this.restrictions,
this.themeId,
});