class TencentCloud::Ess::V20201111::ComponentLimit
签署控件的类型和范围限制条件,用于控制文件发起后签署人拖拽签署区时可使用的控件类型和具体的印章或签名方式。
def deserialize(params)
def deserialize(params) @ComponentType = params['ComponentType'] @ComponentValue = params['ComponentValue'] end
def initialize(componenttype=nil, componentvalue=nil)
def initialize(componenttype=nil, componentvalue=nil) @ComponentType = componenttype @ComponentValue = componentvalue end