Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 468 Bytes

PdfDigiSignResponse.md

File metadata and controls

19 lines (12 loc) · 468 Bytes

OpenapiClient::PdfDigiSignResponse

Properties

Name Type Description Notes
error Error [optional]
remaining_tokens Integer Specifies the number of remaining tokens. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::PdfDigiSignResponse.new(error: null,
                                 remaining_tokens: null)