VersionedNotebookDocumentIdentifier

case class VersionedNotebookDocumentIdentifier(version: Int, uri: URI)

A versioned notebook document identifier.

Value parameters:
uri

The notebook document's uri.

version

The version number of this notebook document.

Since:

3.17.0

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product