Class: TencentCloud::Mrs::V20200910::RelativeCancerHistoryBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::RelativeCancerHistoryBlock
- Defined in:
- lib/v20200910/models.rb
Overview
家族肿瘤史
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, relativecancerlist = nil, value = nil) ⇒ RelativeCancerHistoryBlock
constructor
A new instance of RelativeCancerHistoryBlock.
Constructor Details
#initialize(name = nil, src = nil, relativecancerlist = nil, value = nil) ⇒ RelativeCancerHistoryBlock
Returns a new instance of RelativeCancerHistoryBlock.
9017 9018 9019 9020 9021 9022 |
# File 'lib/v20200910/models.rb', line 9017 def initialize(name=nil, src=nil, relativecancerlist=nil, value=nil) @Name = name @Src = src @RelativeCancerList = relativecancerlist @Value = value end |
Instance Attribute Details
#Name ⇒ Object
9015 9016 9017 |
# File 'lib/v20200910/models.rb', line 9015 def Name @Name end |
#RelativeCancerList ⇒ Object
9015 9016 9017 |
# File 'lib/v20200910/models.rb', line 9015 def RelativeCancerList @RelativeCancerList end |
#Src ⇒ Object
9015 9016 9017 |
# File 'lib/v20200910/models.rb', line 9015 def Src @Src end |
#Value ⇒ Object
9015 9016 9017 |
# File 'lib/v20200910/models.rb', line 9015 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
9024 9025 9026 9027 9028 9029 |
# File 'lib/v20200910/models.rb', line 9024 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @RelativeCancerList = params['RelativeCancerList'] @Value = params['Value'] end |