Drive constructor
Drive({
- DriveBackgroundImageFile? backgroundImageFile,
- String? backgroundImageLink,
- DriveCapabilities? capabilities,
- String? colorRgb,
- DateTime? createdDate,
- String? id,
- String? kind,
- String? name,
- String? orgUnitId,
- DriveRestrictions? restrictions,
- String? themeId,
Implementation
Drive({
this.backgroundImageFile,
this.backgroundImageLink,
this.capabilities,
this.colorRgb,
this.createdDate,
this.hidden,
this.id,
this.kind,
this.name,
this.orgUnitId,
this.restrictions,
this.themeId,
});