Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse

Response with a list of anomalies in datasets.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX