Show / Hide Table of Contents

Class ProjectsResource.AppsResource.ReportsResource

The "reports" collection of methods.

Inheritance
object
ProjectsResource.AppsResource.ReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.ReportsResource

Constructors

ReportsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get a report with its computed results.

Declaration
public virtual ProjectsResource.AppsResource.ReportsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The report name. Format: "projects/{project}/apps/{app_id}/reports/{report}".

Returns
Type Description
ProjectsResource.AppsResource.ReportsResource.GetRequest

List(string)

List all of the available reports.

Declaration
public virtual ProjectsResource.AppsResource.ReportsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The firebase application. Format: "projects/{project}/apps/{app_id}".

Returns
Type Description
ProjectsResource.AppsResource.ReportsResource.ListRequest
In this article
Back to top Generated by DocFX