PatchJob constructor
PatchJob({
- String? createTime,
- String? description,
- String? displayName,
- bool? dryRun,
- String? duration,
- String? errorMessage,
- PatchJobInstanceDetailsSummary? instanceDetailsSummary,
- PatchInstanceFilter? instanceFilter,
- String? name,
- PatchConfig? patchConfig,
- String? patchDeployment,
- double? percentComplete,
- PatchRollout? rollout,
- String? state,
- 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,
});