File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
client/src/commonMain/kotlin/com/algolia/client/model/composition Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ import kotlinx.serialization.json.*
189189 * [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts).
190190 * @param hitsPerPage Number of hits per page.
191191 * @param maxValuesPerFacet Maximum number of facet values to return for each facet.
192+ * @param renderingContent
192193 * @param sortFacetValuesBy Order in which to retrieve facet values - `count`. Facet values are
193194 * retrieved by decreasing count. The count is the number of matching records containing this
194195 * facet value - `alpha`. Retrieve facet values alphabetically This setting doesn't influence how
@@ -512,6 +513,7 @@ public data class MainInjectionQueryParameters(
512513
513514 /* * Maximum number of facet values to return for each facet. */
514515 @SerialName(value = " maxValuesPerFacet" ) val maxValuesPerFacet : Int? = null ,
516+ @SerialName(value = " renderingContent" ) val renderingContent : RenderingContent ? = null ,
515517
516518 /* *
517519 * Order in which to retrieve facet values - `count`. Facet values are retrieved by decreasing
You can’t perform that action at this time.
0 commit comments