QueryObjectsParameter

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

Constructors

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

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.