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