Class: TencentCloud::Ess::V20201111::FlowGroupOptions
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::FlowGroupOptions
- Defined in:
- lib/v20201111/models.rb
Overview
此结构体(FlowGroupOptions)描述的是合同组的个性化配置,支持控制是否发送短信、未实名个人签署方查看合同组时是否需要实名认证(仅在合同组文件发起配置时生效)
Instance Attribute Summary collapse
-
#ApproverVerifyType ⇒ Object
- VerifyCheck : 人脸识别 (默认值)
- MobileCheck : 手机号验证
- sms : 短信 (默认值)
- none : 不通知
- sms : 短信 (默认值)
- none : 不通知
-
#OtherApproverNotifyType ⇒ Object
- VerifyCheck : 人脸识别 (默认值)
- MobileCheck : 手机号验证
- sms : 短信 (默认值)
- none : 不通知
- sms : 短信 (默认值)
- none : 不通知
-
#SelfOrganizationApproverNotifyType ⇒ Object
- VerifyCheck : 人脸识别 (默认值)
- MobileCheck : 手机号验证
- sms : 短信 (默认值)
- none : 不通知
- sms : 短信 (默认值)
- none : 不通知
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(approververifytype = nil, selforganizationapprovernotifytype = nil, otherapprovernotifytype = nil) ⇒ FlowGroupOptions
constructor
A new instance of FlowGroupOptions.
Constructor Details
#initialize(approververifytype = nil, selforganizationapprovernotifytype = nil, otherapprovernotifytype = nil) ⇒ FlowGroupOptions
Returns a new instance of FlowGroupOptions.
13728 13729 13730 13731 13732 |
# File 'lib/v20201111/models.rb', line 13728 def initialize(approververifytype=nil, selforganizationapprovernotifytype=nil, otherapprovernotifytype=nil) @ApproverVerifyType = approververifytype @SelfOrganizationApproverNotifyType = selforganizationapprovernotifytype @OtherApproverNotifyType = otherapprovernotifytype end |
Instance Attribute Details
#ApproverVerifyType ⇒ Object
- VerifyCheck : 人脸识别 (默认值)
- MobileCheck : 手机号验证
- sms : 短信 (默认值)
- none : 不通知
- sms : 短信 (默认值)
- none : 不通知
13726 13727 13728 |
# File 'lib/v20201111/models.rb', line 13726 def ApproverVerifyType @ApproverVerifyType end |
#OtherApproverNotifyType ⇒ Object
- VerifyCheck : 人脸识别 (默认值)
- MobileCheck : 手机号验证
- sms : 短信 (默认值)
- none : 不通知
- sms : 短信 (默认值)
- none : 不通知
13726 13727 13728 |
# File 'lib/v20201111/models.rb', line 13726 def OtherApproverNotifyType @OtherApproverNotifyType end |
#SelfOrganizationApproverNotifyType ⇒ Object
- VerifyCheck : 人脸识别 (默认值)
- MobileCheck : 手机号验证
- sms : 短信 (默认值)
- none : 不通知
- sms : 短信 (默认值)
- none : 不通知
13726 13727 13728 |
# File 'lib/v20201111/models.rb', line 13726 def SelfOrganizationApproverNotifyType @SelfOrganizationApproverNotifyType end |
Instance Method Details
#deserialize(params) ⇒ Object
13734 13735 13736 13737 13738 |
# File 'lib/v20201111/models.rb', line 13734 def deserialize(params) @ApproverVerifyType = params['ApproverVerifyType'] @SelfOrganizationApproverNotifyType = params['SelfOrganizationApproverNotifyType'] @OtherApproverNotifyType = params['OtherApproverNotifyType'] end |