Class: TencentCloud::Mrs::V20200910::FertilityHistoryBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::FertilityHistoryBlock
- Defined in:
- lib/v20200910/models.rb
Overview
婚育史
Instance Attribute Summary collapse
- #Name ⇒ Object
- #Norm ⇒ Object
- #PregCount ⇒ Object
- #ProduCount ⇒ Object
- #Src ⇒ Object
- #State ⇒ Object
- #Value ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, state = nil, norm = nil, value = nil, pregcount = nil, producount = nil) ⇒ FertilityHistoryBlock
constructor
A new instance of FertilityHistoryBlock.
Constructor Details
#initialize(name = nil, src = nil, state = nil, norm = nil, value = nil, pregcount = nil, producount = nil) ⇒ FertilityHistoryBlock
Returns a new instance of FertilityHistoryBlock.
3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'lib/v20200910/models.rb', line 3523 def initialize(name=nil, src=nil, state=nil, norm=nil, value=nil, pregcount=nil, producount=nil) @Name = name @Src = src @State = state @Norm = norm @Value = value @PregCount = pregcount @ProduCount = producount end |
Instance Attribute Details
#Name ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def Name @Name end |
#Norm ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def Norm @Norm end |
#PregCount ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def PregCount @PregCount end |
#ProduCount ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def ProduCount @ProduCount end |
#Src ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def Src @Src end |
#State ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def State @State end |
#Value ⇒ Object
3521 3522 3523 |
# File 'lib/v20200910/models.rb', line 3521 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3533 3534 3535 3536 3537 3538 3539 3540 3541 |
# File 'lib/v20200910/models.rb', line 3533 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @State = params['State'] @Norm = params['Norm'] @Value = params['Value'] @PregCount = params['PregCount'] @ProduCount = params['ProduCount'] end |