ReleaseObjectRequest

@Serializable
data class ReleaseObjectRequest(val objectId: RemoteObjectId)

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

Constructors

Link copied to clipboard
constructor(objectId: RemoteObjectId)

Properties

Link copied to clipboard

Identifier of the object to release.