class TencentCloud::Ess::V20201111::CreateDocumentRequest

def initialize(operator=nil, templateid=nil, flowid=nil, filenames=nil, formfields=nil, needpreview=nil, previewtype=nil, agent=nil, clienttoken=nil)

def initialize(operator=nil, templateid=nil, flowid=nil, filenames=nil, formfields=nil, needpreview=nil, previewtype=nil, agent=nil, clienttoken=nil)
  @Operator = operator
  @TemplateId = templateid
  @FlowId = flowid
  @FileNames = filenames
  @FormFields = formfields
  @NeedPreview = needpreview
  @PreviewType = previewtype
  @Agent = agent
  @ClientToken = clienttoken
end