SimpleHttpRendezvousTransportDetails

@JsonClass(generateAdapter = true)
data class SimpleHttpRendezvousTransportDetails(val uri: String) : RendezvousTransportDetails

Constructors

Link copied to clipboard
fun SimpleHttpRendezvousTransportDetails(uri: String)

Properties

Link copied to clipboard
val type: String
Link copied to clipboard
val uri: String