Parameters for the versionsList operation.

interface VersionsListParams {
    headers?: OutgoingHttpHeaders;
    notebookGuid: string;
}

Properties

headers?: OutgoingHttpHeaders
notebookGuid: string

The guid of the notebook.