Class: TencentCloud::Mrs::V20200910::IHCInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::IHCInfo
- Defined in:
- lib/v20200910/models.rb
Overview
Ihc信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(index = nil, src = nil, name = nil, value = nil) ⇒ IHCInfo
constructor
A new instance of IHCInfo.
Constructor Details
#initialize(index = nil, src = nil, name = nil, value = nil) ⇒ IHCInfo
4780 4781 4782 4783 4784 4785 |
# File 'lib/v20200910/models.rb', line 4780 def initialize(index=nil, src=nil, name=nil, value=nil) @Index = index @Src = src @Name = name @Value = value end |
Instance Attribute Details
#Index ⇒ Object
4778 4779 4780 |
# File 'lib/v20200910/models.rb', line 4778 def Index @Index end |
#Name ⇒ Object
4778 4779 4780 |
# File 'lib/v20200910/models.rb', line 4778 def Name @Name end |
#Src ⇒ Object
4778 4779 4780 |
# File 'lib/v20200910/models.rb', line 4778 def Src @Src end |
#Value ⇒ Object
4778 4779 4780 |
# File 'lib/v20200910/models.rb', line 4778 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4787 4788 4789 4790 4791 4792 4793 4794 4795 |
# File 'lib/v20200910/models.rb', line 4787 def deserialize(params) @Index = params['Index'] @Src = params['Src'] @Name = params['Name'] unless params['Value'].nil? @Value = Value.new @Value.deserialize(params['Value']) end end |