resources

@JvmName(name = "kxojgvyxbqflsobo")
suspend fun resources(value: List<SearchResource>?)

Parameters

value

List of structures that describe the resources that match the query. See resources below.


@JvmName(name = "rhkqhbekbjkiygsu")
suspend fun resources(argument: List<suspend SearchResourceBuilder.() -> Unit>)
@JvmName(name = "vjlwbottldetedxp")
suspend fun resources(vararg argument: suspend SearchResourceBuilder.() -> Unit)
@JvmName(name = "ryvrcgrjukbqkoui")
suspend fun resources(argument: suspend SearchResourceBuilder.() -> Unit)

Parameters

argument

List of structures that describe the resources that match the query. See resources below.


@JvmName(name = "lmjsttishimxmwyc")
suspend fun resources(vararg values: SearchResource)

Parameters

values

List of structures that describe the resources that match the query. See resources below.