Class: TencentCloud::Essbasic::V20210526::SignUrl
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::SignUrl
- Defined in:
- lib/v20210526/models.rb
Overview
流程签署二维码的签署信息,适用于客户系统整合二维码功能。 通过链接,用户可直接访问电子签名小程序并签署合同。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appsignurl = nil, effectivetime = nil, httpsignurl = nil) ⇒ SignUrl
constructor
A new instance of SignUrl.
Constructor Details
#initialize(appsignurl = nil, effectivetime = nil, httpsignurl = nil) ⇒ SignUrl
Returns a new instance of SignUrl.
12414 12415 12416 12417 12418 |
# File 'lib/v20210526/models.rb', line 12414 def initialize(appsignurl=nil, effectivetime=nil, httpsignurl=nil) @AppSignUrl = appsignurl @EffectiveTime = effectivetime @HttpSignUrl = httpsignurl end |
Instance Attribute Details
#AppSignUrl ⇒ Object
12412 12413 12414 |
# File 'lib/v20210526/models.rb', line 12412 def AppSignUrl @AppSignUrl end |
#EffectiveTime ⇒ Object
12412 12413 12414 |
# File 'lib/v20210526/models.rb', line 12412 def EffectiveTime @EffectiveTime end |
#HttpSignUrl ⇒ Object
12412 12413 12414 |
# File 'lib/v20210526/models.rb', line 12412 def HttpSignUrl @HttpSignUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
12420 12421 12422 12423 12424 |
# File 'lib/v20210526/models.rb', line 12420 def deserialize(params) @AppSignUrl = params['AppSignUrl'] @EffectiveTime = params['EffectiveTime'] @HttpSignUrl = params['HttpSignUrl'] end |