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