Class: TencentCloud::Aca::V20210323::HealthPrescriptions
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Aca::V20210323::HealthPrescriptions
- Defined in:
- lib/v20210323/models.rb
Overview
健康处方
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, url = nil, keyinformation = nil) ⇒ HealthPrescriptions
constructor
A new instance of HealthPrescriptions.
Constructor Details
#initialize(title = nil, url = nil, keyinformation = nil) ⇒ HealthPrescriptions
Returns a new instance of HealthPrescriptions.
767 768 769 770 771 |
# File 'lib/v20210323/models.rb', line 767 def initialize(title=nil, url=nil, =nil) @Title = title @Url = url @KeyInformation = end |
Instance Attribute Details
#KeyInformation ⇒ Object
765 766 767 |
# File 'lib/v20210323/models.rb', line 765 def KeyInformation @KeyInformation end |
#Title ⇒ Object
765 766 767 |
# File 'lib/v20210323/models.rb', line 765 def Title @Title end |
#Url ⇒ Object
765 766 767 |
# File 'lib/v20210323/models.rb', line 765 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
773 774 775 776 777 |
# File 'lib/v20210323/models.rb', line 773 def deserialize(params) @Title = params['Title'] @Url = params['Url'] @KeyInformation = params['KeyInformation'] end |