Get Resources Search All Plain Args
data class GetResourcesSearchAllPlainArgs(val assetTypes: List<String>? = null, val query: String? = null, val scope: String) : ConvertibleToJava<GetResourcesSearchAllPlainArgs>
A collection of arguments for invoking getResourcesSearchAll.
Properties
Link copied to clipboard
A list of asset types that this request searches for. If empty, it will search all the supported asset types.
Link copied to clipboard
The query statement. See how to construct a query for more information. If not specified or empty, it will search all the resources within the specified scope
and asset_types
.
Link copied to clipboard