ReportsResource class

Constructors

ReportsResource(ApiRequester client)

Properties

compatibleFields ReportsCompatibleFieldsResource
no setter
files ReportsFilesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.

Operators

operator ==(Object other) bool
The equality operator.
inherited