Notebook version metadata.

interface NotebookVersionMetadata {
    created_at?: number;
    guid?: string;
    url?: string;
}

Properties

created_at?: number

The creation timestamp in UTC millisecond since UNIX Epoch time.

guid?: string

The guid of the version.

url?: string

The URL of the version.