Class: TencentCloud::Mrs::V20200910::MenstruationOrNotBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::MenstruationOrNotBlock
- Defined in:
- lib/v20200910/models.rb
Overview
是否绝经
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, norm = nil, timetype = nil, timestamp = nil, value = nil) ⇒ MenstruationOrNotBlock
constructor
A new instance of MenstruationOrNotBlock.
Constructor Details
#initialize(name = nil, src = nil, norm = nil, timetype = nil, timestamp = nil, value = nil) ⇒ MenstruationOrNotBlock
Returns a new instance of MenstruationOrNotBlock.
6839 6840 6841 6842 6843 6844 6845 6846 |
# File 'lib/v20200910/models.rb', line 6839 def initialize(name=nil, src=nil, norm=nil, timetype=nil, =nil, value=nil) @Name = name @Src = src @Norm = norm @TimeType = timetype @Timestamp = @Value = value end |
Instance Attribute Details
#Name ⇒ Object
6837 6838 6839 |
# File 'lib/v20200910/models.rb', line 6837 def Name @Name end |
#Norm ⇒ Object
6837 6838 6839 |
# File 'lib/v20200910/models.rb', line 6837 def Norm @Norm end |
#Src ⇒ Object
6837 6838 6839 |
# File 'lib/v20200910/models.rb', line 6837 def Src @Src end |
#Timestamp ⇒ Object
6837 6838 6839 |
# File 'lib/v20200910/models.rb', line 6837 def Timestamp @Timestamp end |
#TimeType ⇒ Object
6837 6838 6839 |
# File 'lib/v20200910/models.rb', line 6837 def TimeType @TimeType end |
#Value ⇒ Object
6837 6838 6839 |
# File 'lib/v20200910/models.rb', line 6837 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6848 6849 6850 6851 6852 6853 6854 6855 |
# File 'lib/v20200910/models.rb', line 6848 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Norm = params['Norm'] @TimeType = params['TimeType'] @Timestamp = params['Timestamp'] @Value = params['Value'] end |