Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 479 Bytes

OpenEditorRequest.md

File metadata and controls

20 lines (14 loc) · 479 Bytes

PDFGeneratorAPI::OpenEditorRequest

Properties

Name Type Description Notes
data OpenEditorRequestData [optional]
language String Specify the editor UI language. Defaults to organization editor language. [optional]

Example

require 'pdf_generator_api_client'

instance = PDFGeneratorAPI::OpenEditorRequest.new(
  data: null,
  language: null
)