Class ProjectsResource.AppsResource.GetTestConfigRequest
Gets configuration for automated tests.
Inheritance
ProjectsResource.AppsResource.GetTestConfigRequest
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.GetTestConfigRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>, IClientServiceRequest
Constructors
GetTestConfigRequest(IClientService, string)
Constructs a new GetTestConfig request.
Declaration
public GetTestConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. The name of the TestConfig
resource to retrieve. Format:
projects/{project_number}/apps/{app_id}/testConfig
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 GetTestConfig parameter list.
Declaration
protected override void InitParameters()
Overrides
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.InitParameters()