ClientInfoArgs

data class ClientInfoArgs(val clientInfoDetails: Output<List<ClientInfoDetailArgs>>? = null, val name: Output<String>) : ConvertibleToJava<ClientInfoArgs>

Information about the client which invoked the test.

Constructors

Link copied to clipboard
constructor(clientInfoDetails: Output<List<ClientInfoDetailArgs>>? = null, name: Output<String>)

Properties

Link copied to clipboard

The list of detailed information about client.

Link copied to clipboard
val name: Output<String>

Client name, such as gcloud.

Functions

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