QueryMetadata class

Query metadata.

Constructors

QueryMetadata({DataRange? dataRange, String? format, bool? sendNotification, List<String>? shareEmailAddress, String? title})
QueryMetadata.fromJson(Map json_)

Properties

dataRange DataRange?
Range of report data.
getter/setter pair
format String?
Format of the generated report. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendNotification bool?
Whether to send an email notification when a report is ready.
getter/setter pair
shareEmailAddress List<String>?
List of email addresses which are sent email notifications when the report is finished.
getter/setter pair
title String?
Query title.
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