Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Apps

Gets the Apps resource.

Declaration
public virtual ProjectsResource.AppsResource Apps { get; }
Property Value
Type Description
ProjectsResource.AppsResource

Testers

Gets the Testers resource.

Declaration
public virtual ProjectsResource.TestersResource Testers { get; }
Property Value
Type Description
ProjectsResource.TestersResource

Methods

GetTestQuota(string)

Get information about the quota for ReleaseTests.

Declaration
public virtual ProjectsResource.GetTestQuotaRequest GetTestQuota(string name)
Parameters
Type Name Description
string name

Required. The name of the TestQuota resource to retrieve. Format: projects/{project_number}/testQuota

Returns
Type Description
ProjectsResource.GetTestQuotaRequest
In this article
Back to top Generated by DocFX