PatchJob constructor

PatchJob({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. bool? dryRun,
  5. String? duration,
  6. String? errorMessage,
  7. PatchJobInstanceDetailsSummary? instanceDetailsSummary,
  8. PatchInstanceFilter? instanceFilter,
  9. String? name,
  10. PatchConfig? patchConfig,
  11. String? patchDeployment,
  12. double? percentComplete,
  13. PatchRollout? rollout,
  14. String? state,
  15. String? updateTime,
})

Implementation

PatchJob({
  this.createTime,
  this.description,
  this.displayName,
  this.dryRun,
  this.duration,
  this.errorMessage,
  this.instanceDetailsSummary,
  this.instanceFilter,
  this.name,
  this.patchConfig,
  this.patchDeployment,
  this.percentComplete,
  this.rollout,
  this.state,
  this.updateTime,
});