Class: TencentCloud::Mrs::V20200910::SurgeryAttr
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::SurgeryAttr
- Defined in:
- lib/v20200910/models.rb
Overview
手术记录属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ SurgeryAttr
constructor
A new instance of SurgeryAttr.
Constructor Details
#initialize(name = nil, value = nil) ⇒ SurgeryAttr
Returns a new instance of SurgeryAttr.
9657 9658 9659 9660 |
# File 'lib/v20200910/models.rb', line 9657 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
9655 9656 9657 |
# File 'lib/v20200910/models.rb', line 9655 def Name @Name end |
#Value ⇒ Object
9655 9656 9657 |
# File 'lib/v20200910/models.rb', line 9655 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
9662 9663 9664 9665 |
# File 'lib/v20200910/models.rb', line 9662 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |