Show / Hide Table of Contents

Class AnomaliesResource

The "anomalies" collection of methods.

Inheritance
object
AnomaliesResource
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
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
In this article
Back to top Generated by DocFX