ExecutePatchJobRequest constructor

ExecutePatchJobRequest({
  1. String? description,
  2. String? displayName,
  3. bool? dryRun,
  4. String? duration,
  5. PatchInstanceFilter? instanceFilter,
  6. PatchConfig? patchConfig,
  7. PatchRollout? rollout,
})

Implementation

ExecutePatchJobRequest({
  this.description,
  this.displayName,
  this.dryRun,
  this.duration,
  this.instanceFilter,
  this.patchConfig,
  this.rollout,
});