Class: TencentCloud::Mrs::V20200910::MenstrualHistoryDetailBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::MenstrualHistoryDetailBlock
- Defined in:
- lib/v20200910/models.rb
Overview
月经史
Instance Attribute Summary collapse
- #Name ⇒ Object
- #Norm ⇒ Object
- #Src ⇒ Object
- #State ⇒ Object
- #Timestamp ⇒ Object
- #TimeType ⇒ Object
- #Unit ⇒ Object
- #Value ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, state = nil, norm = nil, timetype = nil, timestamp = nil, unit = nil, value = nil) ⇒ MenstrualHistoryDetailBlock
constructor
A new instance of MenstrualHistoryDetailBlock.
Constructor Details
#initialize(name = nil, src = nil, state = nil, norm = nil, timetype = nil, timestamp = nil, unit = nil, value = nil) ⇒ MenstrualHistoryDetailBlock
Returns a new instance of MenstrualHistoryDetailBlock.
6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 |
# File 'lib/v20200910/models.rb', line 6723 def initialize(name=nil, src=nil, state=nil, norm=nil, timetype=nil, =nil, unit=nil, value=nil) @Name = name @Src = src @State = state @Norm = norm @TimeType = timetype @Timestamp = @Unit = unit @Value = value end |
Instance Attribute Details
#Name ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def Name @Name end |
#Norm ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def Norm @Norm end |
#Src ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def Src @Src end |
#State ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def State @State end |
#Timestamp ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def Timestamp @Timestamp end |
#TimeType ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def TimeType @TimeType end |
#Unit ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def Unit @Unit end |
#Value ⇒ Object
6721 6722 6723 |
# File 'lib/v20200910/models.rb', line 6721 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 |
# File 'lib/v20200910/models.rb', line 6734 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @State = params['State'] @Norm = params['Norm'] @TimeType = params['TimeType'] @Timestamp = params['Timestamp'] @Unit = params['Unit'] @Value = params['Value'] end |