Show / Hide Table of Contents

Class ProjectsResource.TestersResource

The "testers" collection of methods.

Inheritance
object
ProjectsResource.TestersResource
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.TestersResource

Constructors

TestersResource(IClientService)

Constructs a new resource.

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

Methods

GetUdids(string)

Get UDIDs of tester iOS devices in a project

Declaration
public virtual ProjectsResource.TestersResource.GetUdidsRequest GetUdids(string project)
Parameters
Type Name Description
string project

The name of the project, which is the parent of testers Format: projects/{project_number}

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