Class VitalsResource.ErrorsResource.IssuesResource
The "issues" collection of methods.
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class VitalsResource.ErrorsResource.IssuesResource
Constructors
IssuesResource(IClientService)
Constructs a new resource.
Declaration
public IssuesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Search(string)
Searches all error issues in which reports have been grouped.
Declaration
public virtual VitalsResource.ErrorsResource.IssuesResource.SearchRequest Search(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent resource of the error issues, indicating the application for which they were received. Format: apps/{app} |
Returns
Type | Description |
---|---|
VitalsResource.ErrorsResource.IssuesResource.SearchRequest |