Class: TencentCloud::Mrs::V20200910::HistologyType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::HistologyType
- Defined in:
- lib/v20200910/models.rb
Overview
组织学类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(infiltration = nil, index = nil, src = nil, type = nil) ⇒ HistologyType
constructor
A new instance of HistologyType.
Constructor Details
#initialize(infiltration = nil, index = nil, src = nil, type = nil) ⇒ HistologyType
Returns a new instance of HistologyType.
4596 4597 4598 4599 4600 4601 |
# File 'lib/v20200910/models.rb', line 4596 def initialize(infiltration=nil, index=nil, src=nil, type=nil) @Infiltration = infiltration @Index = index @Src = src @Type = type end |
Instance Attribute Details
#Index ⇒ Object
4594 4595 4596 |
# File 'lib/v20200910/models.rb', line 4594 def Index @Index end |
#Infiltration ⇒ Object
4594 4595 4596 |
# File 'lib/v20200910/models.rb', line 4594 def Infiltration @Infiltration end |
#Src ⇒ Object
4594 4595 4596 |
# File 'lib/v20200910/models.rb', line 4594 def Src @Src end |
#Type ⇒ Object
4594 4595 4596 |
# File 'lib/v20200910/models.rb', line 4594 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4603 4604 4605 4606 4607 4608 |
# File 'lib/v20200910/models.rb', line 4603 def deserialize(params) @Infiltration = params['Infiltration'] @Index = params['Index'] @Src = params['Src'] @Type = params['Type'] end |