Class: TencentCloud::Aca::V20210323::CriticalInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Aca::V20210323::CriticalInfo
- Defined in:
- lib/v20210323/models.rb
Overview
危疾重症
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, tips = nil) ⇒ CriticalInfo
constructor
A new instance of CriticalInfo.
Constructor Details
#initialize(type = nil, tips = nil) ⇒ CriticalInfo
Returns a new instance of CriticalInfo.
73 74 75 76 |
# File 'lib/v20210323/models.rb', line 73 def initialize(type=nil, tips=nil) @Type = type @Tips = tips end |
Instance Attribute Details
#Tips ⇒ Object
71 72 73 |
# File 'lib/v20210323/models.rb', line 71 def Tips @Tips end |
#Type ⇒ Object
71 72 73 |
# File 'lib/v20210323/models.rb', line 71 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
78 79 80 81 |
# File 'lib/v20210323/models.rb', line 78 def deserialize(params) @Type = params['Type'] @Tips = params['Tips'] end |