BusinessReportSchedule constructor
BusinessReportSchedule({
- BusinessReportContentRange? contentRange,
- BusinessReportFormat? format,
- BusinessReport? lastBusinessReport,
- BusinessReportRecurrence? recurrence,
- String? s3BucketName,
- String? s3KeyPrefix,
- String? scheduleArn,
- String? scheduleName,
Implementation
BusinessReportSchedule({
this.contentRange,
this.format,
this.lastBusinessReport,
this.recurrence,
this.s3BucketName,
this.s3KeyPrefix,
this.scheduleArn,
this.scheduleName,
});