GetServiceResult

data class GetServiceResult(val producerProjectId: String, val serviceName: String)

Constructors

Link copied to clipboard
constructor(producerProjectId: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the project that produces and owns this service.

Link copied to clipboard

The name of the service. See the overview for naming requirements.