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.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.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

Groups

Gets the Groups resource.

Declaration
public virtual ProjectsResource.GroupsResource Groups { get; }
Property Value
Type Description
ProjectsResource.GroupsResource

Testers

Gets the Testers resource.

Declaration
public virtual ProjectsResource.TestersResource Testers { get; }
Property Value
Type Description
ProjectsResource.TestersResource
In this article
Back to top Generated by DocFX