BusinessReportSchedule constructor

BusinessReportSchedule({
  1. BusinessReportContentRange? contentRange,
  2. BusinessReportFormat? format,
  3. BusinessReport? lastBusinessReport,
  4. BusinessReportRecurrence? recurrence,
  5. String? s3BucketName,
  6. String? s3KeyPrefix,
  7. String? scheduleArn,
  8. String? scheduleName,
})

Implementation

BusinessReportSchedule({
  this.contentRange,
  this.format,
  this.lastBusinessReport,
  this.recurrence,
  this.s3BucketName,
  this.s3KeyPrefix,
  this.scheduleArn,
  this.scheduleName,
});