DescribeSnapshotSchedulesOutputMessage constructor

DescribeSnapshotSchedulesOutputMessage(
  1. {String? marker,
  2. List<SnapshotSchedule>? snapshotSchedules}
)

Implementation

DescribeSnapshotSchedulesOutputMessage({
  this.marker,
  this.snapshotSchedules,
});