Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

PdfUnprotectResponse.md

File metadata and controls

19 lines (12 loc) · 470 Bytes

OpenapiClient::PdfUnprotectResponse

Properties

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

Code Sample

require 'OpenapiClient'

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