SearchEntitiesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The entity types for which to search.

Link copied to clipboard

Optional filter to apply to the search. Valid filters are NAME``NAMESPACE, SEMANTIC_TYPE_PATH and REFERENCED_ENTITY_ID. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

Link copied to clipboard

The maximum number of results to return in the response.

Link copied to clipboard

The version of the user's namespace. Defaults to the latest version of the user's namespace.

Link copied to clipboard

The string that specifies the next page of results. Use this when you're paginating results.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String