PatchDeployment constructor
      
      PatchDeployment({ 
    
    
- String? createTime,
- String? description,
- String? duration,
- PatchInstanceFilter? instanceFilter,
- String? lastExecuteTime,
- String? name,
- OneTimeSchedule? oneTimeSchedule,
- PatchConfig? patchConfig,
- RecurringSchedule? recurringSchedule,
- PatchRollout? rollout,
- String? state,
- 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,
});