FilterOptionsArgs

data class FilterOptionsArgs(val filter: Output<FilterArgs>? = null, val objectType: Output<String>? = null) : ConvertibleToJava<FilterOptionsArgs>

Filter options to be applied on query.

Constructors

Link copied to clipboard
fun FilterOptionsArgs(filter: Output<FilterArgs>? = null, objectType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FilterOptionsArgs

Properties

Link copied to clipboard
val filter: Output<FilterArgs>? = null

Generic filter to restrict the search, such as lang:en, site:xyz.

Link copied to clipboard
val objectType: Output<String>? = null

If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.