Class GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse
Response with a paginated list of error reports matching the search query.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorReports
Error reports that were found.
Declaration
[JsonProperty("errorReports")]
public virtual IList<GooglePlayDeveloperReportingV1alpha1ErrorReport> ErrorReports { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1alpha1ErrorReport> |
NextPageToken
Page token to fetch the next page of reports.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |