BusinessReport class

Usage report with specified parameters.

Constructors

BusinessReport({DateTime? deliveryTime, String? downloadUrl, BusinessReportFailureCode? failureCode, BusinessReportS3Location? s3Location, BusinessReportStatus? status})
BusinessReport.fromJson(Map<String, dynamic> json)
factory

Properties

deliveryTime DateTime?
The time of report delivery.
final
downloadUrl String?
The download link where a user can download the report.
final
failureCode BusinessReportFailureCode?
The failure code.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Location BusinessReportS3Location?
The S3 location of the output reports.
final
status BusinessReportStatus?
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
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