Class Specification
The details about how to run the execution.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class Specification : IDirectResponseSchema
Properties
AndroidTest
An Android mobile test execution specification.
Declaration
[JsonProperty("androidTest")]
public virtual AndroidTest AndroidTest { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidTest |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IosTest
An iOS mobile test execution specification.
Declaration
[JsonProperty("iosTest")]
public virtual IosTest IosTest { get; set; }
Property Value
| Type | Description |
|---|---|
| IosTest |