AccountsReportsResource class
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