Get Discovered Service Result
data class GetDiscoveredServiceResult(val id: String, val location: String, val name: String, val project: String? = null, val serviceProperties: List<GetDiscoveredServiceServiceProperty>, val serviceReferences: List<GetDiscoveredServiceServiceReference>, val serviceUri: String)
A collection of values returned by getDiscoveredService.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, project: String? = null, serviceProperties: List<GetDiscoveredServiceServiceProperty>, serviceReferences: List<GetDiscoveredServiceServiceReference>, serviceUri: String)