class TencentCloud::Ess::V20201111::CreateBatchSignUrlRequest

CreateBatchSignUrl请求参数结构体

def deserialize(params)

def deserialize(params)
  unless params['Operator'].nil?
    @Operator = UserInfo.new
    @Operator.deserialize(params['Operator'])
  end
  @Name = params['Name']
  @Mobile = params['Mobile']
  unless params['Agent'].nil?
    @Agent = Agent.new
    @Agent.deserialize(params['Agent'])
  end
  @IdCardType = params['IdCardType']
  @IdCardNumber = params['IdCardNumber']
  @NotifyType = params['NotifyType']
  @FlowIds = params['FlowIds']
  @OrganizationName = params['OrganizationName']
  @JumpToDetail = params['JumpToDetail']
  unless params['FlowBatchUrlInfo'].nil?
    @FlowBatchUrlInfo = FlowBatchUrlInfo.new
    @FlowBatchUrlInfo.deserialize(params['FlowBatchUrlInfo'])
  end
end

def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil)

def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil)
  @Operator = operator
  @Name = name
  @Mobile = mobile
  @Agent = agent
  @IdCardType = idcardtype
  @IdCardNumber = idcardnumber
  @NotifyType = notifytype
  @FlowIds = flowids
  @OrganizationName = organizationname
  @JumpToDetail = jumptodetail
  @FlowBatchUrlInfo = flowbatchurlinfo
end