Client Info Args
data class ClientInfoArgs(val clientInfoDetails: Output<List<ClientInfoDetailArgs>>? = null, val name: Output<String>) : ConvertibleToJava<ClientInfoArgs>
Information about the client which invoked the test.
Information about the client which invoked the test.