Class ResultStorage
Locations where the results of running the test are stored.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ResultStorage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleCloudStorage
Required.
Declaration
[JsonProperty("googleCloudStorage")]
public virtual GoogleCloudStorage GoogleCloudStorage { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudStorage |
ResultsUrl
Output only. URL to the results in the Firebase Web Console.
Declaration
[JsonProperty("resultsUrl")]
public virtual string ResultsUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ToolResultsExecution
Output only. The tool results execution that results are written to.
Declaration
[JsonProperty("toolResultsExecution")]
public virtual ToolResultsExecution ToolResultsExecution { get; set; }
Property Value
Type | Description |
---|---|
ToolResultsExecution |
ToolResultsHistory
The tool results history that contains the tool results execution that results are written to. If not provided, the service will choose an appropriate value.
Declaration
[JsonProperty("toolResultsHistory")]
public virtual ToolResultsHistory ToolResultsHistory { get; set; }
Property Value
Type | Description |
---|---|
ToolResultsHistory |