GatewayUrl

@Serializable
data class GatewayUrl(val url: String)(source)

Response from the API to get the gateway url.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

The url to connect to the gateway with.