Show / Hide Table of Contents

Class ProvidedSoftwareCatalog

The currently provided software environment on the devices under test.

Inheritance
object
ProvidedSoftwareCatalog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX