Checkpoint Id
data class CheckpointId(val digest: Optional<String?> = Optional.Absent, val sequenceNumber: Optional<Any?> = Optional.Absent)
Filter either by the digest, or the sequence number, or neither, to get the latest checkpoint.
Filter either by the digest, or the sequence number, or neither, to get the latest checkpoint.