Class ProvidedSoftwareCatalog
The currently provided software environment on the devices under test.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ProvidedSoftwareCatalog : IDirectResponseSchema
Properties
AndroidxOrchestratorVersion
A string representing the current version of AndroidX Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#androidx.test:orchestrator.
Declaration
[JsonProperty("androidxOrchestratorVersion")]
public virtual string AndroidxOrchestratorVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OrchestratorVersion
Deprecated: Use AndroidX Test Orchestrator going forward. A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.
Declaration
[JsonProperty("orchestratorVersion")]
public virtual string OrchestratorVersion { get; set; }
Property Value
Type | Description |
---|---|
string |