Class: TencentCloud::Mrs::V20200910::Lymph

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

淋巴

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IndexObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6160
6161
6162
# File 'lib/v20200910/models.rb', line 6160

def Index
  @Index
end

#PartObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6160
6161
6162
# File 'lib/v20200910/models.rb', line 6160

def Part
  @Part
end

#SrcObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6160
6161
6162
# File 'lib/v20200910/models.rb', line 6160

def Src
  @Src
end

#TotalObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6160
6161
6162
# File 'lib/v20200910/models.rb', line 6160

def Total
  @Total
end

#TransferNumObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



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