QueryMetadata class Null safety
Query metadata.
Constructors
Properties
- dataRange ↔ String?
-
Range of report data.
Possible string values are:
read / write
- format ↔ String?
-
Format of the generated report.
Possible string values are:
read / write
- googleCloudStoragePathForLatestReport ↔ String?
-
The path to the location in Google Cloud Storage where the latest report
is stored.
read / write
- googleDrivePathForLatestReport ↔ String?
-
The path in Google Drive for the latest report.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- latestReportRunTimeMs ↔ String?
-
The time when the latest report started to run.
read / write
- locale ↔ String?
-
Locale of the generated reports.
read / write
- reportCount ↔ int?
-
Number of reports that have been generated for the query.
read / write
- running ↔ bool?
-
Whether the latest report is currently running.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sendNotification ↔ bool?
-
Whether to send an email notification when a report is ready.
read / write
-
List of email addresses which are sent email notifications when the report
is finished.
read / write
- title ↔ String?
-
Query title.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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