class TencentCloud::Ess::V20201111::CreateMultiFlowSignQRCodeRequest

def initialize(templateid=nil, flowname=nil, operator=nil, agent=nil, callbackurl=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, approverrestrictions=nil)

def initialize(templateid=nil, flowname=nil, operator=nil, agent=nil, callbackurl=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, approverrestrictions=nil)
  @TemplateId = templateid
  @FlowName = flowname
  @Operator = operator
  @Agent = agent
  @CallbackUrl = callbackurl
  @MaxFlowNum = maxflownum
  @FlowEffectiveDay = floweffectiveday
  @QrEffectiveDay = qreffectiveday
  @ApproverRestrictions = approverrestrictions
end