Class: TencentCloud::Mrs::V20200910::OtolaryngologyNose
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::OtolaryngologyNose
- Defined in:
- lib/v20200910/models.rb
Overview
体检报告-耳鼻喉科-鼻
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil) ⇒ OtolaryngologyNose
constructor
A new instance of OtolaryngologyNose.
Constructor Details
#initialize(text = nil) ⇒ OtolaryngologyNose
7905 7906 7907 |
# File 'lib/v20200910/models.rb', line 7905 def initialize(text=nil) @Text = text end |
Instance Attribute Details
#Text ⇒ Object
7903 7904 7905 |
# File 'lib/v20200910/models.rb', line 7903 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
7909 7910 7911 7912 7913 7914 |
# File 'lib/v20200910/models.rb', line 7909 def deserialize(params) unless params['Text'].nil? @Text = KeyValueItem.new @Text.deserialize(params['Text']) end end |