A versioned notebook document identifier.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
uri
The notebook document's uri.
Sourceuri=(uri : String)
The notebook document's uri.
Sourceversion
The version number of this notebook document.
Sourceversion=(version : Int32)
The version number of this notebook document.
Source