Class: TencentCloud::Mrs::V20200910::StomatologyToothDecay
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::StomatologyToothDecay
- Defined in:
- lib/v20200910/models.rb
Overview
体检报告-口腔科-龋齿
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil) ⇒ StomatologyToothDecay
constructor
A new instance of StomatologyToothDecay.
Constructor Details
#initialize(text = nil) ⇒ StomatologyToothDecay
Returns a new instance of StomatologyToothDecay.
9505 9506 9507 |
# File 'lib/v20200910/models.rb', line 9505 def initialize(text=nil) @Text = text end |
Instance Attribute Details
#Text ⇒ Object
9503 9504 9505 |
# File 'lib/v20200910/models.rb', line 9503 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
9509 9510 9511 9512 9513 9514 |
# File 'lib/v20200910/models.rb', line 9509 def deserialize(params) unless params['Text'].nil? @Text = KeyValueItem.new @Text.deserialize(params['Text']) end end |