Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 302 Bytes

PdfStatusResponse.md

File metadata and controls

18 lines (12 loc) · 302 Bytes

TCAClient::PdfStatusResponse

Properties

Name Type Description Notes
status String The requesting Pdf status [optional]

Example

require 'tca_client'

instance = TCAClient::PdfStatusResponse.new(
  status: null
)