Client Info Detail Args
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'}.