ReportStatus enum
The status of a Reporting API report.
Values
- queued → const ReportStatus
-
const ReportStatus('Queued')
- pending → const ReportStatus
-
const ReportStatus('Pending')
- markedForRemoval → const ReportStatus
-
const ReportStatus('MarkedForRemoval')
- success → const ReportStatus
-
const ReportStatus('Success')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ReportStatus> - A constant List of the values in this enum, in order of their declaration.