AccountsReportsResource class

Annotations
  • @Deprecated('Not supported. Member documentation may have more information.')

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

Methods

list(String parent, {String? languageCode, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudChannelV1ListReportsResponse>
Lists the reports that RunReportJob can run.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(GoogleCloudChannelV1RunReportJobRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Begins generation of data for a given report.
toString() String
A string representation of this object.
inherited

Operators

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