Report class

A report's metadata including the URL from which the report itself can be downloaded.

Constructors

Report({String? createTime, String? downloadUrl, String? endTime, String? id, String? jobExpireTime, String? jobId, String? startTime})
Report.fromJson(Map json_)

Properties

createTime String?
The date/time when this report was created.
getter/setter pair
downloadUrl String?
The URL from which the report can be downloaded (max.
getter/setter pair
endTime String?
The end of the time period that the report instance covers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The server-generated ID of the report.
getter/setter pair
jobExpireTime String?
The date/time when the job this report belongs to will expire/expired.
getter/setter pair
jobId String?
The ID of the job that created this report.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The start of the time period that the report instance covers.
getter/setter pair

Methods

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

Operators

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