ListServiceTestKeysResult

data class ListServiceTestKeysResult(val enabled: Boolean? = null, val primaryKey: String? = null, val primaryTestEndpoint: String? = null, val secondaryKey: String? = null, val secondaryTestEndpoint: String? = null)

Test keys payload

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, primaryKey: String? = null, primaryTestEndpoint: String? = null, secondaryKey: String? = null, secondaryTestEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether the test endpoint feature enabled or not

Link copied to clipboard
val primaryKey: String? = null

Primary key

Link copied to clipboard

Primary test endpoint

Link copied to clipboard
val secondaryKey: String? = null

Secondary key

Link copied to clipboard

Secondary test endpoint