ResultStorageResponse

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
fun ResultStorageResponse(googleCloudStorage: GoogleCloudStorageResponse, resultsUrl: String, toolResultsExecution: ToolResultsExecutionResponse, toolResultsHistory: ToolResultsHistoryResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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.