DocumentIdentifiers

data class DocumentIdentifiers(val permanentId: String, val changingId: String)

Data class representing the document identifiers.

Parameters

permanentId

The permanent identifier of the document.

changingId

The changing identifier of the document.

Constructors

Link copied to clipboard
constructor(permanentId: String, changingId: String)

Properties

Link copied to clipboard
Link copied to clipboard