ReportsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
generate(ReportRequest request_1, { String $fields })
→ Future<Report>
-
Generates and returns a report immediately. [...]
-
get(String reportId, { String $fields })
→ Future<Report>
-
Polls for the status of a report request. [...]
-
getFile(String reportId, int reportFragment, { String $fields, DownloadOptions downloadOptions: commons.DownloadOptions.Metadata })
→ Future
-
Downloads a report file encoded in UTF-8. [...]
-
request(ReportRequest request_1, { String $fields })
→ Future<Report>
-
Inserts a report request into the reporting system. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited