Class: TencentCloud::Mrs::V20200910::TransfusionHistoryBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::TransfusionHistoryBlock
- Defined in:
- lib/v20200910/models.rb
Overview
输血史
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, state = nil, value = nil) ⇒ TransfusionHistoryBlock
constructor
A new instance of TransfusionHistoryBlock.
Constructor Details
#initialize(name = nil, src = nil, state = nil, value = nil) ⇒ TransfusionHistoryBlock
Returns a new instance of TransfusionHistoryBlock.
10681 10682 10683 10684 10685 10686 |
# File 'lib/v20200910/models.rb', line 10681 def initialize(name=nil, src=nil, state=nil, value=nil) @Name = name @Src = src @State = state @Value = value end |
Instance Attribute Details
#Name ⇒ Object
10679 10680 10681 |
# File 'lib/v20200910/models.rb', line 10679 def Name @Name end |
#Src ⇒ Object
10679 10680 10681 |
# File 'lib/v20200910/models.rb', line 10679 def Src @Src end |
#State ⇒ Object
10679 10680 10681 |
# File 'lib/v20200910/models.rb', line 10679 def State @State end |
#Value ⇒ Object
10679 10680 10681 |
# File 'lib/v20200910/models.rb', line 10679 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10688 10689 10690 10691 10692 10693 |
# File 'lib/v20200910/models.rb', line 10688 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @State = params['State'] @Value = params['Value'] end |