Class: TencentCloud::Mrs::V20200910::DischargeConditionBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::DischargeConditionBlock
- Defined in:
- lib/v20200910/models.rb
Overview
出院情况
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, value = nil, norm = nil) ⇒ DischargeConditionBlock
constructor
A new instance of DischargeConditionBlock.
Constructor Details
#initialize(name = nil, src = nil, value = nil, norm = nil) ⇒ DischargeConditionBlock
Returns a new instance of DischargeConditionBlock.
2523 2524 2525 2526 2527 2528 |
# File 'lib/v20200910/models.rb', line 2523 def initialize(name=nil, src=nil, value=nil, norm=nil) @Name = name @Src = src @Value = value @Norm = norm end |
Instance Attribute Details
#Name ⇒ Object
2521 2522 2523 |
# File 'lib/v20200910/models.rb', line 2521 def Name @Name end |
#Norm ⇒ Object
2521 2522 2523 |
# File 'lib/v20200910/models.rb', line 2521 def Norm @Norm end |
#Src ⇒ Object
2521 2522 2523 |
# File 'lib/v20200910/models.rb', line 2521 def Src @Src end |
#Value ⇒ Object
2521 2522 2523 |
# File 'lib/v20200910/models.rb', line 2521 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2530 2531 2532 2533 2534 2535 |
# File 'lib/v20200910/models.rb', line 2530 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] @Norm = params['Norm'] end |