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