Class: TencentCloud::Essbasic::V20210526::ComponentLimit
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ComponentLimit
- Defined in:
- lib/v20210526/models.rb
Overview
签署控件的类型和范围限制条件,用于控制文件发起后签署人拖拽签署区时可使用的控件类型和具体的印章或签名方式。
Instance Attribute Summary collapse
-
#ComponentType ⇒ Object
3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。.
-
#ComponentValue ⇒ Object
3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(componenttype = nil, componentvalue = nil) ⇒ ComponentLimit
constructor
A new instance of ComponentLimit.
Constructor Details
#initialize(componenttype = nil, componentvalue = nil) ⇒ ComponentLimit
Returns a new instance of ComponentLimit.
5426 5427 5428 5429 |
# File 'lib/v20210526/models.rb', line 5426 def initialize(componenttype=nil, componentvalue=nil) @ComponentType = componenttype @ComponentValue = componentvalue end |
Instance Attribute Details
#ComponentType ⇒ Object
3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。
5424 5425 5426 |
# File 'lib/v20210526/models.rb', line 5424 def ComponentType @ComponentType end |
#ComponentValue ⇒ Object
3.当ComponentType 是 SIGN_LEGAL_PERSON_SEAL 时无需传递此参数。
5424 5425 5426 |
# File 'lib/v20210526/models.rb', line 5424 def ComponentValue @ComponentValue end |
Instance Method Details
#deserialize(params) ⇒ Object
5431 5432 5433 5434 |
# File 'lib/v20210526/models.rb', line 5431 def deserialize(params) @ComponentType = params['ComponentType'] @ComponentValue = params['ComponentValue'] end |