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
fun ClientInfoArgs(clientInfoDetails: Output<List<ClientInfoDetailArgs>>? = null, name: Output<String>)

Functions

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

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.