Class: TencentCloud::Essbasic::V20210526::ApproverComponentLimitType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ApproverComponentLimitType
- Defined in:
- lib/v20210526/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.
80 81 82 83 |
# File 'lib/v20210526/models.rb', line 80 def initialize(recipientid=nil, values=nil) @RecipientId = recipientid @Values = values end |
Instance Attribute Details
#RecipientId ⇒ Object
签名方式:
- HANDWRITE-手写签名
- ESIGN-个人印章类型
- OCR_ESIGN-AI智能识别手写签名
- SYSTEM_ESIGN-系统签名
78 79 80 |
# File 'lib/v20210526/models.rb', line 78 def RecipientId @RecipientId end |
#Values ⇒ Object
签名方式:
- HANDWRITE-手写签名
- ESIGN-个人印章类型
- OCR_ESIGN-AI智能识别手写签名
- SYSTEM_ESIGN-系统签名
78 79 80 |
# File 'lib/v20210526/models.rb', line 78 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
85 86 87 88 |
# File 'lib/v20210526/models.rb', line 85 def deserialize(params) @RecipientId = params['RecipientId'] @Values = params['Values'] end |