data class QueryObjectsRequest
Request object containing input parameters for the RuntimeDomain.queryObjects command.
<init> |
Request object containing input parameters for the RuntimeDomain.queryObjects command. QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String? = null) |
objectGroup |
Symbolic group name that can be used to release the results. val objectGroup: String? |
prototypeObjectId |
Identifier of the prototype to return objects for. val prototypeObjectId: RemoteObjectId |