ProviderSpecification
¶
The specification of a Provider contains basic (network) contact information
data class ProviderSpecification(
val id: String,
val domain: String,
val https: Boolean,
val port: Int?,
val product: ProductReference,
)