ServiceUpdate constructor
ServiceUpdate({
- bool? autoUpdateAfterRecommendedApplyByDate,
- String? engine,
- String? engineVersion,
- String? estimatedUpdateTime,
- String? serviceUpdateDescription,
- DateTime? serviceUpdateEndDate,
- String? serviceUpdateName,
- DateTime? serviceUpdateRecommendedApplyByDate,
- DateTime? serviceUpdateReleaseDate,
- ServiceUpdateSeverity? serviceUpdateSeverity,
- ServiceUpdateStatus? serviceUpdateStatus,
- ServiceUpdateType? serviceUpdateType,
Implementation
ServiceUpdate({
this.autoUpdateAfterRecommendedApplyByDate,
this.engine,
this.engineVersion,
this.estimatedUpdateTime,
this.serviceUpdateDescription,
this.serviceUpdateEndDate,
this.serviceUpdateName,
this.serviceUpdateRecommendedApplyByDate,
this.serviceUpdateReleaseDate,
this.serviceUpdateSeverity,
this.serviceUpdateStatus,
this.serviceUpdateType,
});