Metadata of notebook info returned in a listing.

interface NotebookResourceMetadata {
    guid?: string;
    url?: string;
}

Properties

Properties

guid?: string

UUID of the notebook.

url?: string

URL of the notebook.