ReleaseSnapshotRequest

@Serializable
data class ReleaseSnapshotRequest(val snapshotId: SnapshotId)

Request object containing input parameters for the LayerTreeDomain.releaseSnapshot command.

Constructors

Link copied to clipboard
constructor(snapshotId: SnapshotId)

Properties

Link copied to clipboard

The id of the layer snapshot.