Class TestDetails
Additional details about the progress of the running test.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class TestDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorMessage
Output only. If the TestState is ERROR, then this string will contain human-readable details about the error.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgressMessages
Output only. Human-readable, detailed descriptions of the test's progress. For example: "Provisioning a device", "Starting Test". During the course of execution new data may be appended to the end of progress_messages.
Declaration
[JsonProperty("progressMessages")]
public virtual IList<string> ProgressMessages { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |