Class AnomaliesResource
The "anomalies" collection of methods.
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class AnomaliesResource
Constructors
AnomaliesResource(IClientService)
Constructs a new resource.
Declaration
public AnomaliesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists anomalies in any of the datasets.
Declaration
public virtual AnomaliesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent app for which anomalies were detected. Format: apps/{app} |
Returns
Type | Description |
---|---|
AnomaliesResource.ListRequest |