ServiceEndpointResponse

data class ServiceEndpointResponse(val locations: List<String>? = null, val service: String)

The service endpoint properties.

Constructors

Link copied to clipboard
constructor(locations: List<String>? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locations: List<String>? = null

A list of locations.

Link copied to clipboard

The type of the endpoint service.