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