Class: TencentCloud::Aca::V20210323::HealthPrescriptions

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210323/models.rb

Overview

健康处方

Instance Attribute Summary collapse

Instance Method Summary collapse

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, keyinformation=nil)
  @Title = title
  @Url = url
  @KeyInformation = keyinformation
end

Instance Attribute Details

#KeyInformationObject

Parameters:

  • Title:

    标题

  • Url:

    健康处方链接

  • KeyInformation:

    关键信息



765
766
767
# File 'lib/v20210323/models.rb', line 765

def KeyInformation
  @KeyInformation
end

#TitleObject

Parameters:

  • Title:

    标题

  • Url:

    健康处方链接

  • KeyInformation:

    关键信息



765
766
767
# File 'lib/v20210323/models.rb', line 765

def Title
  @Title
end

#UrlObject

Parameters:

  • Title:

    标题

  • Url:

    健康处方链接

  • KeyInformation:

    关键信息



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