Class: TencentCloud::Ess::V20201111::ApproverComponentLimitType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::ApproverComponentLimitType
- Defined in:
- lib/v20201111/models.rb
Overview
签署方在使用个人印章签署控件(SIGN_SIGNATURE) 时可使用的签署方式
Instance Attribute Summary collapse
-
#RecipientId ⇒ Object
签名方式:
- HANDWRITE-手写签名
- ESIGN-个人印章类型
- OCR_ESIGN-AI智能识别手写签名
- SYSTEM_ESIGN-系统签名
-
#Values ⇒ Object
签名方式:
- HANDWRITE-手写签名
- ESIGN-个人印章类型
- OCR_ESIGN-AI智能识别手写签名
- SYSTEM_ESIGN-系统签名
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recipientid = nil, values = nil) ⇒ ApproverComponentLimitType
constructor
A new instance of ApproverComponentLimitType.
Constructor Details
#initialize(recipientid = nil, values = nil) ⇒ ApproverComponentLimitType
Returns a new instance of ApproverComponentLimitType.
147 148 149 150 |
# File 'lib/v20201111/models.rb', line 147 def initialize(recipientid=nil, values=nil) @RecipientId = recipientid @Values = values end |
Instance Attribute Details
#RecipientId ⇒ Object
签名方式:
- HANDWRITE-手写签名
- ESIGN-个人印章类型
- OCR_ESIGN-AI智能识别手写签名
- SYSTEM_ESIGN-系统签名
145 146 147 |
# File 'lib/v20201111/models.rb', line 145 def RecipientId @RecipientId end |
#Values ⇒ Object
签名方式:
- HANDWRITE-手写签名
- ESIGN-个人印章类型
- OCR_ESIGN-AI智能识别手写签名
- SYSTEM_ESIGN-系统签名
145 146 147 |
# File 'lib/v20201111/models.rb', line 145 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
152 153 154 155 |
# File 'lib/v20201111/models.rb', line 152 def deserialize(params) @RecipientId = params['RecipientId'] @Values = params['Values'] end |