ResultStorageArgs

data class ResultStorageArgs(val googleCloudStorage: Output<GoogleCloudStorageArgs>, val toolResultsHistory: Output<ToolResultsHistoryArgs>? = null) : ConvertibleToJava<ResultStorageArgs>

Locations where the results of running the test are stored.

Constructors

Link copied to clipboard
fun ResultStorageArgs(googleCloudStorage: Output<GoogleCloudStorageArgs>, toolResultsHistory: Output<ToolResultsHistoryArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ResultStorageArgs

Properties

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