ExperimentEndpointResponse

data class ExperimentEndpointResponse(val endpoint: String? = null, val name: String? = null)

Defines the endpoint properties

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

The endpoint URL

Link copied to clipboard
val name: String? = null

The name of the endpoint