Class: TencentCloud::Mrs::V20200910::GeneticHistoryBlock

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

Overview

家族遗传史

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, src = nil, geneticlist = nil, value = nil) ⇒ GeneticHistoryBlock

Returns a new instance of GeneticHistoryBlock.



4208
4209
4210
4211
4212
4213
# File 'lib/v20200910/models.rb', line 4208

def initialize(name=nil, src=nil, geneticlist=nil, value=nil)
  @Name = name
  @Src = src
  @GeneticList = geneticlist
  @Value = value
end

Instance Attribute Details

#GeneticListObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4206
4207
4208
# File 'lib/v20200910/models.rb', line 4206

def GeneticList
  @GeneticList
end

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4206
4207
4208
# File 'lib/v20200910/models.rb', line 4206

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4206
4207
4208
# File 'lib/v20200910/models.rb', line 4206

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4206
4207
4208
# File 'lib/v20200910/models.rb', line 4206

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



4215
4216
4217
4218
4219
4220
# File 'lib/v20200910/models.rb', line 4215

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @GeneticList = params['GeneticList']
  @Value = params['Value']
end