Result Storage Response
data class ResultStorageResponse(val googleCloudStorage: GoogleCloudStorageResponse, val resultsUrl: String, val toolResultsExecution: ToolResultsExecutionResponse, val toolResultsHistory: ToolResultsHistoryResponse)
Locations where the results of running the test are stored.
Constructors
Link copied to clipboard
constructor(googleCloudStorage: GoogleCloudStorageResponse, resultsUrl: String, toolResultsExecution: ToolResultsExecutionResponse, toolResultsHistory: ToolResultsHistoryResponse)
Properties
Link copied to clipboard
Required.
Link copied to clipboard
URL to the results in the Firebase Web Console.
Link copied to clipboard
The tool results execution that results are written to.
Link copied to clipboard
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.