Class: TencentCloud::Ess::V20201111::ComponentLimit

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201111/models.rb

Overview

签署控件的类型和范围限制条件,用于控制文件发起后签署人拖拽签署区时可使用的控件类型和具体的印章或签名方式。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componenttype = nil, componentvalue = nil) ⇒ ComponentLimit

Returns a new instance of ComponentLimit.



1757
1758
1759
1760
# File 'lib/v20201111/models.rb', line 1757

def initialize(componenttype=nil, componentvalue=nil)
  @ComponentType = componenttype
  @ComponentValue = componentvalue
end

Instance Attribute Details

#ComponentTypeObject

3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。



1755
1756
1757
# File 'lib/v20201111/models.rb', line 1755

def ComponentType
  @ComponentType
end

#ComponentValueObject

3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。



1755
1756
1757
# File 'lib/v20201111/models.rb', line 1755

def ComponentValue
  @ComponentValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1762
1763
1764
1765
# File 'lib/v20201111/models.rb', line 1762

def deserialize(params)
  @ComponentType = params['ComponentType']
  @ComponentValue = params['ComponentValue']
end