class VitalsErrorsReports extends Resource (View source)

The "reports" collection of methods.

Typical usage is:

 $playdeveloperreportingService = new Google\Service\Playdeveloperreporting(...);
 $reports = $playdeveloperreportingService->vitals_errors_reports;

Methods

search(string $parent, array $optParams = [])

Searches all error reports received for an app. (reports.search)

Details

Searches all error reports received for an app. (reports.search)

Parameters

string $parent

Required. Parent resource of the reports, indicating the application for which they were received. Format: apps/{app}

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse

Exceptions

Exception