Class: TencentCloud::Mrs::V20200910::Surgery
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::Surgery
- Defined in:
- lib/v20200910/models.rb
Overview
手术记录
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(surgeryhistory = nil, otherinfo = nil, page = nil) ⇒ Surgery
constructor
A new instance of Surgery.
Constructor Details
#initialize(surgeryhistory = nil, otherinfo = nil, page = nil) ⇒ Surgery
Returns a new instance of Surgery.
9596 9597 9598 9599 9600 |
# File 'lib/v20200910/models.rb', line 9596 def initialize(surgeryhistory=nil, otherinfo=nil, page=nil) @SurgeryHistory = surgeryhistory @OtherInfo = otherinfo @Page = page end |
Instance Attribute Details
#OtherInfo ⇒ Object
9594 9595 9596 |
# File 'lib/v20200910/models.rb', line 9594 def OtherInfo @OtherInfo end |
#Page ⇒ Object
9594 9595 9596 |
# File 'lib/v20200910/models.rb', line 9594 def Page @Page end |
#SurgeryHistory ⇒ Object
9594 9595 9596 |
# File 'lib/v20200910/models.rb', line 9594 def SurgeryHistory @SurgeryHistory end |
Instance Method Details
#deserialize(params) ⇒ Object
9602 9603 9604 9605 9606 9607 9608 9609 9610 9611 9612 |
# File 'lib/v20200910/models.rb', line 9602 def deserialize(params) unless params['SurgeryHistory'].nil? @SurgeryHistory = SurgeryHistory.new @SurgeryHistory.deserialize(params['SurgeryHistory']) end unless params['OtherInfo'].nil? @OtherInfo = OtherInfo.new @OtherInfo.deserialize(params['OtherInfo']) end @Page = params['Page'] end |