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.
6866 6867 6868 6869 6870 6871 6872 6873 |
# File 'lib/v20200910/models.rb', line 6866 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
6864 6865 6866 |
# File 'lib/v20200910/models.rb', line 6864 def Name @Name end |
#Norm ⇒ Object
6864 6865 6866 |
# File 'lib/v20200910/models.rb', line 6864 def Norm @Norm end |
#Src ⇒ Object
6864 6865 6866 |
# File 'lib/v20200910/models.rb', line 6864 def Src @Src end |
#Timestamp ⇒ Object
6864 6865 6866 |
# File 'lib/v20200910/models.rb', line 6864 def Timestamp @Timestamp end |
#TimeType ⇒ Object
6864 6865 6866 |
# File 'lib/v20200910/models.rb', line 6864 def TimeType @TimeType end |
#Value ⇒ Object
6864 6865 6866 |
# File 'lib/v20200910/models.rb', line 6864 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6875 6876 6877 6878 6879 6880 6881 6882 |
# File 'lib/v20200910/models.rb', line 6875 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Norm = params['Norm'] @TimeType = params['TimeType'] @Timestamp = params['Timestamp'] @Value = params['Value'] end |