QuerySchedule class Null safety
Information on how frequently and when to run a query.
Constructors
- QuerySchedule({String? endTimeMs, String? frequency, int? nextRunMinuteOfDay, String? nextRunTimezoneCode, String? startTimeMs})
- QuerySchedule.fromJson(Map json_)
Properties
- endTimeMs ↔ String?
-
Datetime to periodically run the query until.
read / write
- frequency ↔ String?
-
How often the query is run.
Possible string values are:
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- nextRunMinuteOfDay ↔ int?
-
Time of day at which a new report will be generated, represented as
minutes past midnight.
read / write
- nextRunTimezoneCode ↔ String?
-
Canonical timezone code for report generation time.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startTimeMs ↔ String?
-
When to start running the query.
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