ReportsResource class
Methods
-
delete(String profileId, String reportId, {String? $fields})
→ Future<void>
-
Deletes a report by its ID.
-
get(String profileId, String reportId, {String? $fields})
→ Future<Report>
-
Retrieves a report by its ID.
-
insert(Report request, String profileId, {String? $fields})
→ Future<Report>
-
Creates a report.
-
list(String profileId, {int? maxResults, String? pageToken, String? scope, String? sortField, String? sortOrder, String? $fields})
→ Future<ReportList>
-
Retrieves list of reports.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Report request, String profileId, String reportId, {String? $fields})
→ Future<Report>
-
Updates an existing report.
-
run(String profileId, String reportId, {bool? synchronous, String? $fields})
→ Future<File>
-
Runs a report.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Report request, String profileId, String reportId, {String? $fields})
→ Future<Report>
-
Updates a report.