Class ToolOutputReference
A reference to a ToolExecution output file.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ToolOutputReference : IDirectResponseSchema
Properties
CreationTime
The creation time of the file. - In response: present if set by create/update request - In create/update request: optional
Declaration
[JsonProperty("creationTime")]
public virtual Timestamp CreationTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Output
A FileReference to an output file. - In response: always set - In create/update request: always set
Declaration
[JsonProperty("output")]
public virtual FileReference Output { get; set; }
Property Value
Type | Description |
---|---|
FileReference |
TestCase
The test case to which this output file belongs. - In response: present if set by create/update request - In create/update request: optional
Declaration
[JsonProperty("testCase")]
public virtual TestCaseReference TestCase { get; set; }
Property Value
Type | Description |
---|---|
TestCaseReference |