DescribeMaintenanceStartTimeOutput constructor

DescribeMaintenanceStartTimeOutput({
  1. int? dayOfMonth,
  2. int? dayOfWeek,
  3. String? gatewayARN,
  4. int? hourOfDay,
  5. int? minuteOfHour,
  6. String? timezone,
})

Implementation

DescribeMaintenanceStartTimeOutput({
  this.dayOfMonth,
  this.dayOfWeek,
  this.gatewayARN,
  this.hourOfDay,
  this.minuteOfHour,
  this.timezone,
});