filterOptions

@JvmName(name = "uhigriyjfqvhiald")
suspend fun filterOptions(value: Output<List<FilterOptionsArgs>>)
@JvmName(name = "jleiyawymmaxwrje")
suspend fun filterOptions(value: List<FilterOptionsArgs>?)

Parameters

value

Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: "objecttype", "type" and "mimetype". For now, schema specific filters cannot be used to filter suggestions.


@JvmName(name = "tjcbutxaitxfgnfa")
suspend fun filterOptions(vararg values: Output<FilterOptionsArgs>)


@JvmName(name = "lkyrqcphbmaqyano")
suspend fun filterOptions(values: List<Output<FilterOptionsArgs>>)
@JvmName(name = "jvgkhgtdyetjypek")
suspend fun filterOptions(vararg values: FilterOptionsArgs)

Parameters

values

Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: "objecttype", "type" and "mimetype". For now, schema specific filters cannot be used to filter suggestions.


@JvmName(name = "hmgefsodshtngels")
suspend fun filterOptions(argument: List<suspend FilterOptionsArgsBuilder.() -> Unit>)
@JvmName(name = "itfjgiqmjxnxocse")
suspend fun filterOptions(vararg argument: suspend FilterOptionsArgsBuilder.() -> Unit)
@JvmName(name = "vxmcuqpguyxdojsf")
suspend fun filterOptions(argument: suspend FilterOptionsArgsBuilder.() -> Unit)

Parameters

argument

Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: "objecttype", "type" and "mimetype". For now, schema specific filters cannot be used to filter suggestions.