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.
2534 2535 2536 2537 2538 2539 |
# File 'lib/v20200910/models.rb', line 2534 def initialize(name=nil, src=nil, value=nil, norm=nil) @Name = name @Src = src @Value = value @Norm = norm end |
Instance Attribute Details
#Name ⇒ Object
2532 2533 2534 |
# File 'lib/v20200910/models.rb', line 2532 def Name @Name end |
#Norm ⇒ Object
2532 2533 2534 |
# File 'lib/v20200910/models.rb', line 2532 def Norm @Norm end |
#Src ⇒ Object
2532 2533 2534 |
# File 'lib/v20200910/models.rb', line 2532 def Src @Src end |
#Value ⇒ Object
2532 2533 2534 |
# File 'lib/v20200910/models.rb', line 2532 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2541 2542 2543 2544 2545 2546 |
# File 'lib/v20200910/models.rb', line 2541 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] @Norm = params['Norm'] end |