Class AppsResource.TestersResource.GetTesterUdidsRequest
Get UDIDs of tester iOS devices in a project
Inheritance
AppsResource.TestersResource.GetTesterUdidsRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class AppsResource.TestersResource.GetTesterUdidsRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>, IClientServiceRequest
Constructors
GetTesterUdidsRequest(IClientService, string)
Constructs a new GetTesterUdids request.
Declaration
public GetTesterUdidsRequest(IClientService service, string mobilesdkAppId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | mobilesdkAppId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MobilesdkAppId
Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289
Declaration
[RequestParameter("mobilesdkAppId", RequestParameterType.Path)]
public virtual string MobilesdkAppId { get; }
Property Value
Type | Description |
---|---|
string |
Project
The name of the project, which is the parent of testers Format: projects/{project_number}
Declaration
[RequestParameter("project", RequestParameterType.Query)]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetTesterUdids parameter list.
Declaration
protected override void InitParameters()