List Products And Configurations Result
data class ListProductsAndConfigurationsResult(val nextLink: String? = null, val value: List<ConfigurationResponse>)
The list of configurations.
Constructors
Link copied to clipboard
fun ListProductsAndConfigurationsResult(nextLink: String? = null, value: List<ConfigurationResponse>)