PatchDeployment constructor

PatchDeployment({
  1. String? createTime,
  2. String? description,
  3. String? duration,
  4. PatchInstanceFilter? instanceFilter,
  5. String? lastExecuteTime,
  6. String? name,
  7. OneTimeSchedule? oneTimeSchedule,
  8. PatchConfig? patchConfig,
  9. RecurringSchedule? recurringSchedule,
  10. PatchRollout? rollout,
  11. String? state,
  12. String? updateTime,
})

Implementation

PatchDeployment({
  this.createTime,
  this.description,
  this.duration,
  this.instanceFilter,
  this.lastExecuteTime,
  this.name,
  this.oneTimeSchedule,
  this.patchConfig,
  this.recurringSchedule,
  this.rollout,
  this.state,
  this.updateTime,
});