AccountsReportsResource class

Constructors

AccountsReportsResource(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
saved AccountsReportsSavedResource
no setter

Methods

generate(String account, {String? currencyCode, String? dateRange, List<String>? dimensions, int? endDate_day, int? endDate_month, int? endDate_year, List<String>? filters, String? languageCode, int? limit, List<String>? metrics, List<String>? orderBy, String? reportingTimeZone, int? startDate_day, int? startDate_month, int? startDate_year, String? $fields}) Future<ReportResult>
Generates an ad hoc report.
generateCsv(String account, {String? currencyCode, String? dateRange, List<String>? dimensions, int? endDate_day, int? endDate_month, int? endDate_year, List<String>? filters, String? languageCode, int? limit, List<String>? metrics, List<String>? orderBy, String? reportingTimeZone, int? startDate_day, int? startDate_month, int? startDate_year, String? $fields}) Future<HttpBody>
Generates a csv formatted ad hoc report.
getSaved(String name, {String? $fields}) Future<SavedReport>
Gets the saved report from the given resource name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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