ProductResponse

data class ProductResponse(val genericUri: String, val name: String)

Product contains information about a product and how to uniquely identify it.

Constructors

Link copied to clipboard
constructor(genericUri: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

Link copied to clipboard

Name of the product.