Class: TencentCloud::Mrs::V20200910::MenstrualFlowBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::MenstrualFlowBlock
- 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) ⇒ MenstrualFlowBlock
constructor
A new instance of MenstrualFlowBlock.
Constructor Details
#initialize(name = nil, src = nil, value = nil) ⇒ MenstrualFlowBlock
Returns a new instance of MenstrualFlowBlock.
6635 6636 6637 6638 6639 |
# File 'lib/v20200910/models.rb', line 6635 def initialize(name=nil, src=nil, value=nil) @Name = name @Src = src @Value = value end |
Instance Attribute Details
#Name ⇒ Object
6633 6634 6635 |
# File 'lib/v20200910/models.rb', line 6633 def Name @Name end |
#Src ⇒ Object
6633 6634 6635 |
# File 'lib/v20200910/models.rb', line 6633 def Src @Src end |
#Value ⇒ Object
6633 6634 6635 |
# File 'lib/v20200910/models.rb', line 6633 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6641 6642 6643 6644 6645 |
# File 'lib/v20200910/models.rb', line 6641 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] end |