Class: TencentCloud::Mrs::V20200910::ChemicalProductInfoPharmacologyToxicology
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::ChemicalProductInfoPharmacologyToxicology
- Defined in:
- lib/v20200910/models.rb
Overview
药理毒理
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil) ⇒ ChemicalProductInfoPharmacologyToxicology
constructor
A new instance of ChemicalProductInfoPharmacologyToxicology.
Constructor Details
#initialize(text = nil) ⇒ ChemicalProductInfoPharmacologyToxicology
1885 1886 1887 |
# File 'lib/v20200910/models.rb', line 1885 def initialize(text=nil) @Text = text end |
Instance Attribute Details
#Text ⇒ Object
1883 1884 1885 |
# File 'lib/v20200910/models.rb', line 1883 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
1889 1890 1891 |
# File 'lib/v20200910/models.rb', line 1889 def deserialize(params) @Text = params['Text'] end |