ClientInfoDetailResponse

data class ClientInfoDetailResponse(val key: String, val value: String)

Key-value pair of detailed information about the client which invoked the test. Examples: {'Version', '1.0'}, {'Release Track', 'BETA'}.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of detailed client information.

Link copied to clipboard

The value of detailed client information.