ReportsResource class
Constructors
- ReportsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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< Media?> - Downloads a report file encoded in UTF-8.
-
getIdMappingFile(
String agencyId, String advertiserId, {String? $fields, DownloadOptions downloadOptions = commons.DownloadOptions.metadata}) → Future< Object> - Downloads a csv file(encoded in UTF-8) that contains ID mappings between legacy SA360 and new SA360.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
ReportRequest request_1, {String? $fields}) → Future< Report> - Inserts a report request into the reporting system.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited