NetworkingRouteResponse

data class NetworkingRouteResponse(val path: String? = null, val port: Int? = null, val receiver: String, val subdomain: String? = null)

Networking route configuration.

Constructors

Link copied to clipboard
constructor(path: String? = null, port: Int? = null, receiver: String, subdomain: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

Route path.

Link copied to clipboard
val port: Int? = null

The port that will be configured externally. If not specified, it will use the port from the receiver definition.

Link copied to clipboard

The name of the previously defined receiver.

Link copied to clipboard
val subdomain: String? = null

Route subdomain.