ExecutePatchJobRequest constructor
ExecutePatchJobRequest({
- String? description,
- String? displayName,
- bool? dryRun,
- String? duration,
- PatchInstanceFilter? instanceFilter,
- PatchConfig? patchConfig,
- PatchRollout? rollout,
Implementation
ExecutePatchJobRequest({
this.description,
this.displayName,
this.dryRun,
this.duration,
this.instanceFilter,
this.patchConfig,
this.rollout,
});