Class: TencentCloud::Essbasic::V20201222::ComponentSeal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20201222::ComponentSeal
- Defined in:
- lib/v20201222/models.rb
Overview
此结构体 (ComponentSeal) 用于描述“签署区ID”到“印章ID”的映射。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(componentid = nil, sealid = nil) ⇒ ComponentSeal
constructor
A new instance of ComponentSeal.
Constructor Details
#initialize(componentid = nil, sealid = nil) ⇒ ComponentSeal
Returns a new instance of ComponentSeal.
986 987 988 989 |
# File 'lib/v20201222/models.rb', line 986 def initialize(componentid=nil, sealid=nil) @ComponentId = componentid @SealId = sealid end |
Instance Attribute Details
#ComponentId ⇒ Object
984 985 986 |
# File 'lib/v20201222/models.rb', line 984 def ComponentId @ComponentId end |
#SealId ⇒ Object
984 985 986 |
# File 'lib/v20201222/models.rb', line 984 def SealId @SealId end |
Instance Method Details
#deserialize(params) ⇒ Object
991 992 993 994 |
# File 'lib/v20201222/models.rb', line 991 def deserialize(params) @ComponentId = params['ComponentId'] @SealId = params['SealId'] end |