Show / Hide Table of Contents

Class VitalsResource.ErrorsResource.IssuesResource

The "issues" collection of methods.

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

Constructors

IssuesResource(IClientService)

Constructs a new resource.

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

Methods

Search(string)

Searches all error issues in which reports have been grouped.

Declaration
public virtual VitalsResource.ErrorsResource.IssuesResource.SearchRequest Search(string parent)
Parameters
Type Name Description
string parent

Required. Parent resource of the error issues, indicating the application for which they were received. Format: apps/{app}

Returns
Type Description
VitalsResource.ErrorsResource.IssuesResource.SearchRequest
In this article
Back to top Generated by DocFX