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.
6915 6916 6917 6918 6919 6920 6921 |
# File 'lib/v20200910/models.rb', line 6915 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
6913 6914 6915 |
# File 'lib/v20200910/models.rb', line 6913 def Exon @Exon end |
#Position ⇒ Object
6913 6914 6915 |
# File 'lib/v20200910/models.rb', line 6913 def Position @Position end |
#Positive ⇒ Object
6913 6914 6915 |
# File 'lib/v20200910/models.rb', line 6913 def Positive @Positive end |
#Src ⇒ Object
6913 6914 6915 |
# File 'lib/v20200910/models.rb', line 6913 def Src @Src end |
#Type ⇒ Object
6913 6914 6915 |
# File 'lib/v20200910/models.rb', line 6913 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6923 6924 6925 6926 6927 6928 6929 |
# File 'lib/v20200910/models.rb', line 6923 def deserialize(params) @Exon = params['Exon'] @Position = params['Position'] @Type = params['Type'] @Positive = params['Positive'] @Src = params['Src'] end |