ServiceUpdate constructor

ServiceUpdate({
  1. bool? autoUpdateAfterRecommendedApplyByDate,
  2. String? engine,
  3. String? engineVersion,
  4. String? estimatedUpdateTime,
  5. String? serviceUpdateDescription,
  6. DateTime? serviceUpdateEndDate,
  7. String? serviceUpdateName,
  8. DateTime? serviceUpdateRecommendedApplyByDate,
  9. DateTime? serviceUpdateReleaseDate,
  10. ServiceUpdateSeverity? serviceUpdateSeverity,
  11. ServiceUpdateStatus? serviceUpdateStatus,
  12. 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,
});