ServiceSoftwareOptions constructor

ServiceSoftwareOptions({
  1. DateTime? automatedUpdateDate,
  2. bool? cancellable,
  3. String? currentVersion,
  4. String? description,
  5. String? newVersion,
  6. bool? optionalDeployment,
  7. bool? updateAvailable,
  8. DeploymentStatus? updateStatus,
})

Implementation

ServiceSoftwareOptions({
  this.automatedUpdateDate,
  this.cancellable,
  this.currentVersion,
  this.description,
  this.newVersion,
  this.optionalDeployment,
  this.updateAvailable,
  this.updateStatus,
});