BusinessReportSchedule class

The schedule of the usage report.

Constructors

BusinessReportSchedule({BusinessReportContentRange? contentRange, BusinessReportFormat? format, BusinessReport? lastBusinessReport, BusinessReportRecurrence? recurrence, String? s3BucketName, String? s3KeyPrefix, String? scheduleArn, String? scheduleName})
BusinessReportSchedule.fromJson(Map<String, dynamic> json)
factory

Properties

contentRange BusinessReportContentRange?
The content range of the reports.
final
format BusinessReportFormat?
The format of the generated report (individual CSV files or zipped files of individual files).
final
hashCode int
The hash code for this object.
no setterinherited
lastBusinessReport BusinessReport?
The details of the last business report delivery for a specified time interval.
final
recurrence BusinessReportRecurrence?
The recurrence of the reports.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketName String?
The S3 bucket name of the output reports.
final
s3KeyPrefix String?
The S3 key where the report is delivered.
final
scheduleArn String?
The ARN of the business report schedule.
final
scheduleName String?
The name identifier of the schedule.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited