Parameters for the versionsGet operation.

interface VersionsGetParams {
    headers?: OutgoingHttpHeaders;
    notebookGuid: string;
    versionGuid: string;
}

Properties

headers?: OutgoingHttpHeaders
notebookGuid: string

The guid of the notebook.

versionGuid: string

The guid of the version.