ClientInfoDetailArgs

data class ClientInfoDetailArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ClientInfoDetailArgs>

Key-value pair of detailed information about the client which invoked the test. Examples: {'Version', '1.0'}, {'Release Track', 'BETA'}.

Constructors

Link copied to clipboard
fun ClientInfoDetailArgs(key: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The key of detailed client information.

Link copied to clipboard
val value: Output<String>

The value of detailed client information.