EndpointDependencyResponse

data class EndpointDependencyResponse(val domainName: String, val port: Double? = null)

Constructors

Link copied to clipboard
constructor(domainName: String, port: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name of the dependency.

Link copied to clipboard
val port: Double? = null

The port of this endpoint.