Class: TencentCloud::Mrs::V20200910::Lymph
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::Lymph
- Defined in:
- lib/v20200910/models.rb
Overview
淋巴
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(src = nil, index = nil, part = nil, total = nil, transfernum = nil) ⇒ Lymph
constructor
A new instance of Lymph.
Constructor Details
#initialize(src = nil, index = nil, part = nil, total = nil, transfernum = nil) ⇒ Lymph
Returns a new instance of Lymph.
6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/v20200910/models.rb', line 6162 def initialize(src=nil, index=nil, part=nil, total=nil, transfernum=nil) @Src = src @Index = index @Part = part @Total = total @TransferNum = transfernum end |
Instance Attribute Details
#Index ⇒ Object
6160 6161 6162 |
# File 'lib/v20200910/models.rb', line 6160 def Index @Index end |
#Part ⇒ Object
6160 6161 6162 |
# File 'lib/v20200910/models.rb', line 6160 def Part @Part end |
#Src ⇒ Object
6160 6161 6162 |
# File 'lib/v20200910/models.rb', line 6160 def Src @Src end |
#Total ⇒ Object
6160 6161 6162 |
# File 'lib/v20200910/models.rb', line 6160 def Total @Total end |
#TransferNum ⇒ Object
6160 6161 6162 |
# File 'lib/v20200910/models.rb', line 6160 def TransferNum @TransferNum end |
Instance Method Details
#deserialize(params) ⇒ Object
6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 |
# File 'lib/v20200910/models.rb', line 6170 def deserialize(params) @Src = params['Src'] @Index = params['Index'] unless params['Part'].nil? @Part = Part.new @Part.deserialize(params['Part']) end @Total = params['Total'] @TransferNum = params['TransferNum'] end |