Class: TencentCloud::Mrs::V20200910::GeneticHistoryBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::GeneticHistoryBlock
- Defined in:
- lib/v20200910/models.rb
Overview
家族遗传史
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, geneticlist = nil, value = nil) ⇒ GeneticHistoryBlock
constructor
A new instance of GeneticHistoryBlock.
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
#GeneticList ⇒ Object
4191 4192 4193 |
# File 'lib/v20200910/models.rb', line 4191 def GeneticList @GeneticList end |
#Name ⇒ Object
4191 4192 4193 |
# File 'lib/v20200910/models.rb', line 4191 def Name @Name end |
#Src ⇒ Object
4191 4192 4193 |
# File 'lib/v20200910/models.rb', line 4191 def Src @Src end |
#Value ⇒ Object
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 |