Class: TencentCloud::Essbasic::V20210526::ComponentLimit

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210526/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.



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

#ComponentTypeObject

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



5424
5425
5426
# File 'lib/v20210526/models.rb', line 5424

def ComponentType
  @ComponentType
end

#ComponentValueObject

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