Class: TencentCloud::Aca::V20210323::DoctorInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Aca::V20210323::DoctorInfo
- Defined in:
- lib/v20210323/models.rb
Overview
医生信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(doctorid = nil, doctorname = nil, doctorphone = nil) ⇒ DoctorInfo
constructor
A new instance of DoctorInfo.
Constructor Details
#initialize(doctorid = nil, doctorname = nil, doctorphone = nil) ⇒ DoctorInfo
Returns a new instance of DoctorInfo.
377 378 379 380 381 |
# File 'lib/v20210323/models.rb', line 377 def initialize(doctorid=nil, doctorname=nil, doctorphone=nil) @DoctorId = doctorid @DoctorName = doctorname @DoctorPhone = doctorphone end |
Instance Attribute Details
#DoctorId ⇒ Object
375 376 377 |
# File 'lib/v20210323/models.rb', line 375 def DoctorId @DoctorId end |
#DoctorName ⇒ Object
375 376 377 |
# File 'lib/v20210323/models.rb', line 375 def DoctorName @DoctorName end |
#DoctorPhone ⇒ Object
375 376 377 |
# File 'lib/v20210323/models.rb', line 375 def DoctorPhone @DoctorPhone end |
Instance Method Details
#deserialize(params) ⇒ Object
383 384 385 386 387 |
# File 'lib/v20210323/models.rb', line 383 def deserialize(params) @DoctorId = params['DoctorId'] @DoctorName = params['DoctorName'] @DoctorPhone = params['DoctorPhone'] end |