AccountsReportsSavedResource class
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(String name, {String? currencyCode, String? dateRange, int? endDate_day, int? endDate_month, int? endDate_year, String? languageCode, String? reportingTimeZone, int? startDate_day, int? startDate_month, int? startDate_year, String? $fields})
→ Future<ReportResult>
-
Generates a saved report.
-
generateCsv(String name, {String? currencyCode, String? dateRange, int? endDate_day, int? endDate_month, int? endDate_year, String? languageCode, String? reportingTimeZone, int? startDate_day, int? startDate_month, int? startDate_year, String? $fields})
→ Future<HttpBody>
-
Generates a csv formatted saved report.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListSavedReportsResponse>
-
Lists saved reports.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited