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.



4193
4194
4195
4196
4197
4198
# File 'lib/v20200910/models.rb', line 4193

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:

    对外输出值



4191
4192
4193
# File 'lib/v20200910/models.rb', line 4191

def GeneticList
  @GeneticList
end

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4191
4192
4193
# File 'lib/v20200910/models.rb', line 4191

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4191
4192
4193
# File 'lib/v20200910/models.rb', line 4191

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • GeneticList:

    遗传列表

  • Value:

    对外输出值



4191
4192
4193
# File 'lib/v20200910/models.rb', line 4191

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



4200
4201
4202
4203
4204
4205
# File 'lib/v20200910/models.rb', line 4200

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