class TencentCloud::Ess::V20201111::SignUrl

一码多扫签署二维码签署信息

def deserialize(params)

def deserialize(params)
  @AppSignUrl = params['AppSignUrl']
  @EffectiveTime = params['EffectiveTime']
  @HttpSignUrl = params['HttpSignUrl']
end

def initialize(appsignurl=nil, effectivetime=nil, httpsignurl=nil)

def initialize(appsignurl=nil, effectivetime=nil, httpsignurl=nil)
  @AppSignUrl = appsignurl
  @EffectiveTime = effectivetime
  @HttpSignUrl = httpsignurl
end