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.
9623 9624 9625 9626 9627 |
# File 'lib/v20200910/models.rb', line 9623 def initialize(surgeryhistory=nil, otherinfo=nil, page=nil) @SurgeryHistory = surgeryhistory @OtherInfo = otherinfo @Page = page end |
Instance Attribute Details
#OtherInfo ⇒ Object
9621 9622 9623 |
# File 'lib/v20200910/models.rb', line 9621 def OtherInfo @OtherInfo end |
#Page ⇒ Object
9621 9622 9623 |
# File 'lib/v20200910/models.rb', line 9621 def Page @Page end |
#SurgeryHistory ⇒ Object
9621 9622 9623 |
# File 'lib/v20200910/models.rb', line 9621 def SurgeryHistory @SurgeryHistory end |
Instance Method Details
#deserialize(params) ⇒ Object
9629 9630 9631 9632 9633 9634 9635 9636 9637 9638 9639 |
# File 'lib/v20200910/models.rb', line 9629 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 |