Filter Options Args
data class FilterOptionsArgs(val filter: Output<FilterArgs>? = null, val objectType: Output<String>? = null) : ConvertibleToJava<FilterOptionsArgs>
Filter options to be applied on query.
Properties
Link copied to clipboard
Generic filter to restrict the search, such as lang:en
, site:xyz
.
Link copied to clipboard
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.