Class: TencentCloud::Mrs::V20200910::HistologyType

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

组织学类型

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IndexObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



4594
4595
4596
# File 'lib/v20200910/models.rb', line 4594

def Index
  @Index
end

#InfiltrationObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



4594
4595
4596
# File 'lib/v20200910/models.rb', line 4594

def Infiltration
  @Infiltration
end

#SrcObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



4594
4595
4596
# File 'lib/v20200910/models.rb', line 4594

def Src
  @Src
end

#TypeObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



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