class VitalsErrorsIssues extends Resource (View source)

The "issues" collection of methods.

Typical usage is:

 $playdeveloperreportingService = new Google\Service\Playdeveloperreporting(...);
 $issues = $playdeveloperreportingService->vitals_errors_issues;

Methods

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

Searches all error issues in which reports have been grouped. (issues.search)

Details

Searches all error issues in which reports have been grouped. (issues.search)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse

Exceptions

Exception