Show / Hide Table of Contents

Class VitalsResource.ErrorsResource

The "errors" collection of methods.

Inheritance
object
VitalsResource.ErrorsResource
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 VitalsResource.ErrorsResource

Constructors

ErrorsResource(IClientService)

Constructs a new resource.

Declaration
public ErrorsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Counts

Gets the Counts resource.

Declaration
public virtual VitalsResource.ErrorsResource.CountsResource Counts { get; }
Property Value
Type Description
VitalsResource.ErrorsResource.CountsResource

Issues

Gets the Issues resource.

Declaration
public virtual VitalsResource.ErrorsResource.IssuesResource Issues { get; }
Property Value
Type Description
VitalsResource.ErrorsResource.IssuesResource

Reports

Gets the Reports resource.

Declaration
public virtual VitalsResource.ErrorsResource.ReportsResource Reports { get; }
Property Value
Type Description
VitalsResource.ErrorsResource.ReportsResource
In this article
Back to top Generated by DocFX