Product With Branches
data class ProductWithBranches(var advisory: <Error class: unknown class>, var product: <Error class: unknown class>, var branches: List<<Error class: unknown class>>)
A utility class for a Product and a list of Csaf.Branches that define the "path" from the root of the Csaf.ProductTree to the Product
Constructors
Link copied to clipboard
constructor(advisory: <Error class: unknown class>, product: <Error class: unknown class>, branches: List<<Error class: unknown class>>)