Class: TencentCloud::Mrs::V20200910::BiologicalProductInfoIngredientAndAppearance
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::BiologicalProductInfoIngredientAndAppearance
- Defined in:
- lib/v20200910/models.rb
Overview
成份和性状
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil) ⇒ BiologicalProductInfoIngredientAndAppearance
constructor
A new instance of BiologicalProductInfoIngredientAndAppearance.
Constructor Details
#initialize(text = nil) ⇒ BiologicalProductInfoIngredientAndAppearance
Returns a new instance of BiologicalProductInfoIngredientAndAppearance.
508 509 510 |
# File 'lib/v20200910/models.rb', line 508 def initialize(text=nil) @Text = text end |
Instance Attribute Details
#Text ⇒ Object
506 507 508 |
# File 'lib/v20200910/models.rb', line 506 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
512 513 514 |
# File 'lib/v20200910/models.rb', line 512 def deserialize(params) @Text = params['Text'] end |