List Products And Configuration Product Families Result
data class ListProductsAndConfigurationProductFamiliesResult(val nextLink: String? = null, val value: List<ProductFamilyResponse>)
The list of product families.
Constructors
Link copied to clipboard
fun ListProductsAndConfigurationProductFamiliesResult(nextLink: String? = null, value: List<ProductFamilyResponse>)