Class: TencentCloud::Mrs::V20200910::ClinicalStaging
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::ClinicalStaging
- Defined in:
- lib/v20200910/models.rb
Overview
临床分期
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, value = nil) ⇒ ClinicalStaging
constructor
A new instance of ClinicalStaging.
Constructor Details
#initialize(name = nil, src = nil, value = nil) ⇒ ClinicalStaging
Returns a new instance of ClinicalStaging.
2065 2066 2067 2068 2069 |
# File 'lib/v20200910/models.rb', line 2065 def initialize(name=nil, src=nil, value=nil) @Name = name @Src = src @Value = value end |
Instance Attribute Details
#Name ⇒ Object
2063 2064 2065 |
# File 'lib/v20200910/models.rb', line 2063 def Name @Name end |
#Src ⇒ Object
2063 2064 2065 |
# File 'lib/v20200910/models.rb', line 2063 def Src @Src end |
#Value ⇒ Object
2063 2064 2065 |
# File 'lib/v20200910/models.rb', line 2063 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2071 2072 2073 2074 2075 |
# File 'lib/v20200910/models.rb', line 2071 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] end |