Class: TencentCloud::Mrs::V20200910::MolecularValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::MolecularValue
- Defined in:
- lib/v20200910/models.rb
Overview
分子病理详细信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exon = nil, position = nil, type = nil, positive = nil, src = nil) ⇒ MolecularValue
constructor
A new instance of MolecularValue.
Constructor Details
#initialize(exon = nil, position = nil, type = nil, positive = nil, src = nil) ⇒ MolecularValue
Returns a new instance of MolecularValue.
6942 6943 6944 6945 6946 6947 6948 |
# File 'lib/v20200910/models.rb', line 6942 def initialize(exon=nil, position=nil, type=nil, positive=nil, src=nil) @Exon = exon @Position = position @Type = type @Positive = positive @Src = src end |
Instance Attribute Details
#Exon ⇒ Object
6940 6941 6942 |
# File 'lib/v20200910/models.rb', line 6940 def Exon @Exon end |
#Position ⇒ Object
6940 6941 6942 |
# File 'lib/v20200910/models.rb', line 6940 def Position @Position end |
#Positive ⇒ Object
6940 6941 6942 |
# File 'lib/v20200910/models.rb', line 6940 def Positive @Positive end |
#Src ⇒ Object
6940 6941 6942 |
# File 'lib/v20200910/models.rb', line 6940 def Src @Src end |
#Type ⇒ Object
6940 6941 6942 |
# File 'lib/v20200910/models.rb', line 6940 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6950 6951 6952 6953 6954 6955 6956 |
# File 'lib/v20200910/models.rb', line 6950 def deserialize(params) @Exon = params['Exon'] @Position = params['Position'] @Type = params['Type'] @Positive = params['Positive'] @Src = params['Src'] end |