Class ToolResultsHistory
Represents a tool results history resource.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ToolResultsHistory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HistoryId
Required. A tool results history ID.
Declaration
[JsonProperty("historyId")]
public virtual string HistoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. The cloud project that owns the tool results history.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |