class TencentCloud::Ess::V20201111::CreateDocumentRequest

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

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