Class GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse
Response with a list of anomalies in datasets.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse : IDirectResponseSchema
Properties
Anomalies
Anomalies that were found.
Declaration
[JsonProperty("anomalies")]
public virtual IList<GooglePlayDeveloperReportingV1alpha1Anomaly> Anomalies { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1alpha1Anomaly> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Continuation token to fetch the next page of data.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |