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.
1597 1598 1599 |
# File 'lib/v20200910/models.rb', line 1597 def initialize(text=nil) @Text = text end |
Instance Attribute Details
#Text ⇒ Object
1595 1596 1597 |
# File 'lib/v20200910/models.rb', line 1595 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
1601 1602 1603 |
# File 'lib/v20200910/models.rb', line 1601 def deserialize(params) @Text = params['Text'] end |