FileCollection.Spec
¶
data class Spec(
val title: String,
val product: ProductReference,
)
Properties
title
: String
String
product
: ProductReference
A reference to the product which backs this `Resource`
ProductReference