Parameters for the getSchedulerDocument operation.

interface GetSchedulerDocumentParams {
    docId: string;
    headers?: OutgoingHttpHeaders;
}

Properties

Properties

docId: string

Path parameter to specify the document ID.

headers?: OutgoingHttpHeaders

Generated using TypeDoc