QueryObjectsRequest

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

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)

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.