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
6662 6663 6664 6665 6666 |
# File 'lib/v20200910/models.rb', line 6662 def initialize(name=nil, src=nil, value=nil) @Name = name @Src = src @Value = value end |
Instance Attribute Details
#Name ⇒ Object
6660 6661 6662 |
# File 'lib/v20200910/models.rb', line 6660 def Name @Name end |
#Src ⇒ Object
6660 6661 6662 |
# File 'lib/v20200910/models.rb', line 6660 def Src @Src end |
#Value ⇒ Object
6660 6661 6662 |
# File 'lib/v20200910/models.rb', line 6660 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6668 6669 6670 6671 6672 |
# File 'lib/v20200910/models.rb', line 6668 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] end |