Class ProjectsResource.TestersResource.GetUdidsRequest
Get UDIDs of tester iOS devices in a project
Inheritance
ProjectsResource.TestersResource.GetUdidsRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class ProjectsResource.TestersResource.GetUdidsRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>, IClientServiceRequest
Constructors
GetUdidsRequest(IClientService, string)
Constructs a new GetUdids request.
Declaration
public GetUdidsRequest(IClientService service, string project)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project |
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.Query)]
public virtual string MobilesdkAppId { get; set; }
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.Path)]
public virtual string Project { get; }
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 GetUdids parameter list.
Declaration
protected override void InitParameters()