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.



6189
6190
6191
6192
6193
6194
6195
# File 'lib/v20200910/models.rb', line 6189

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:

    转移数



6187
6188
6189
# File 'lib/v20200910/models.rb', line 6187

def Index
  @Index
end

#PartObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6187
6188
6189
# File 'lib/v20200910/models.rb', line 6187

def Part
  @Part
end

#SrcObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6187
6188
6189
# File 'lib/v20200910/models.rb', line 6187

def Src
  @Src
end

#TotalObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6187
6188
6189
# File 'lib/v20200910/models.rb', line 6187

def Total
  @Total
end

#TransferNumObject

Parameters:

  • Src:

    原文

  • Index:

    原文位置

  • Part:

    部位

  • Total:

    总数

  • TransferNum:

    转移数



6187
6188
6189
# File 'lib/v20200910/models.rb', line 6187

def TransferNum
  @TransferNum
end

Instance Method Details

#deserialize(params) ⇒ Object



6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
# File 'lib/v20200910/models.rb', line 6197

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