class TencentCloud::Ess::V20201111::FlowGroupOptions
此结构体(FlowGroupOptions)描述的是合同组的个性化配置,支持控制是否发送短信、未实名个人签署方查看合同组时是否需要实名认证(仅在合同组文件发起配置时生效)
def deserialize(params)
def deserialize(params) @ApproverVerifyType = params['ApproverVerifyType'] @SelfOrganizationApproverNotifyType = params['SelfOrganizationApproverNotifyType'] @OtherApproverNotifyType = params['OtherApproverNotifyType'] end
def initialize(approververifytype=nil, selforganizationapprovernotifytype=nil, otherapprovernotifytype=nil)
def initialize(approververifytype=nil, selforganizationapprovernotifytype=nil, otherapprovernotifytype=nil) @ApproverVerifyType = approververifytype @SelfOrganizationApproverNotifyType = selforganizationapprovernotifytype @OtherApproverNotifyType = otherapprovernotifytype end