ListProductFamiliesResult

data class ListProductFamiliesResult(val nextLink: String? = null, val value: List<ProductFamilyResponse>)

The list of product families.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<ProductFamilyResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link for the next set of product families.

Link copied to clipboard

List of product families.