Class PDFServicesJobStatusResponse

Response object encapsulating PDFServicesJob status and retry interval.

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

_headers: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
_status: string

Accessors

  • get retryInterval(): number
  • Returns retry interval for status polling of the PDFServicesJob in seconds.

    Returns number

    retry interval for status polling of the PDFServicesJob in seconds

Generated using TypeDoc