interface PublishResponseOptions {
    availableSequenceNumbers?: null | number[];
    diagnosticInfos?: null | (null | DiagnosticInfo)[];
    moreNotifications?: boolean;
    notificationMessage?: NotificationMessageOptions;
    responseHeader?: ResponseHeaderOptions;
    results?: null | StatusCode[];
    subscriptionId?: number;
}

Properties

availableSequenceNumbers?: null | number[]
diagnosticInfos?: null | (null | DiagnosticInfo)[]
moreNotifications?: boolean
notificationMessage?: NotificationMessageOptions
responseHeader?: ResponseHeaderOptions
results?: null | StatusCode[]
subscriptionId?: number