QueryObjectsRequest

@Serializable
data class QueryObjectsRequest(val prototypeObjectId: RemoteObjectId, val objectGroup: String? = null)

Request object containing input parameters for the RuntimeDomain.queryObjects command.

Constructors

Link copied to clipboard
constructor(prototypeObjectId: RemoteObjectId, objectGroup: String? = null)

Types

Link copied to clipboard
class Builder(val prototypeObjectId: RemoteObjectId)

A builder for QueryObjectsRequest, which allows setting the optional parameters of the RuntimeDomain.queryObjects command via a lambda.

Properties

Link copied to clipboard
val objectGroup: String? = null

Symbolic group name that can be used to release the results.

Link copied to clipboard

Identifier of the prototype to return objects for.