Class: TencentCloud::Mrs::V20200910::ChemicalProductInfoApproval
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::ChemicalProductInfoApproval
- Defined in:
- lib/v20200910/models.rb
Overview
批准文号
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil) ⇒ ChemicalProductInfoApproval
constructor
A new instance of ChemicalProductInfoApproval.
Constructor Details
#initialize(text = nil) ⇒ ChemicalProductInfoApproval
Returns a new instance of ChemicalProductInfoApproval.
1586 1587 1588 |
# File 'lib/v20200910/models.rb', line 1586 def initialize(text=nil) @Text = text end |
Instance Attribute Details
#Text ⇒ Object
1584 1585 1586 |
# File 'lib/v20200910/models.rb', line 1584 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
1590 1591 1592 |
# File 'lib/v20200910/models.rb', line 1590 def deserialize(params) @Text = params['Text'] end |