Show / Hide Table of Contents

Class Specification

The details about how to run the execution.

Inheritance
object
Specification
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX