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