ClientInfoResponse

data class ClientInfoResponse(val clientInfoDetails: List<ClientInfoDetailResponse>, val name: String)

Information about the client which invoked the test.

Constructors

Link copied to clipboard
fun ClientInfoResponse(clientInfoDetails: List<ClientInfoDetailResponse>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of detailed information about client.

Link copied to clipboard

Client name, such as gcloud.