EndpointResponse

data class EndpointResponse(val endpointUrl: String? = null, val type: String)

The endpoint details.

Constructors

Link copied to clipboard
constructor(endpointUrl: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpointUrl: String? = null

The URL of the endpoint.

Link copied to clipboard

The type of the endpoint.