ServiceConfigurationResponse

data class ServiceConfigurationResponse(val port: Double, val serviceName: String)

Service configuration details

Constructors

Link copied to clipboard
constructor(port: Double, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The port on which service is enabled.

Link copied to clipboard

Name of the service.