UpdateMaintenanceWindowTargetResult constructor

UpdateMaintenanceWindowTargetResult({
  1. String? description,
  2. String? name,
  3. String? ownerInformation,
  4. List<Target>? targets,
  5. String? windowId,
  6. String? windowTargetId,
})

Implementation

UpdateMaintenanceWindowTargetResult({
  this.description,
  this.name,
  this.ownerInformation,
  this.targets,
  this.windowId,
  this.windowTargetId,
});