ExampleResource.Spec

API: Stable

data class Spec(
    val start: Int,
    val target: Int,
    val product: ProductReference,
)
Properties
start: Int
target: Int
product: ProductReference A reference to the product which backs this `Resource`