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.



4611
4612
4613
4614
4615
4616
# File 'lib/v20200910/models.rb', line 4611

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:

    类型



4609
4610
4611
# File 'lib/v20200910/models.rb', line 4609

def Index
  @Index
end

#InfiltrationObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



4609
4610
4611
# File 'lib/v20200910/models.rb', line 4609

def Infiltration
  @Infiltration
end

#SrcObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



4609
4610
4611
# File 'lib/v20200910/models.rb', line 4609

def Src
  @Src
end

#TypeObject

Parameters:

  • Infiltration:

    浸润

  • Index:

    原文位置

  • Src:

    原文

  • Type:

    类型



4609
4610
4611
# File 'lib/v20200910/models.rb', line 4609

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



4618
4619
4620
4621
4622
4623
# File 'lib/v20200910/models.rb', line 4618

def deserialize(params)
  @Infiltration = params['Infiltration']
  @Index = params['Index']
  @Src = params['Src']
  @Type = params['Type']
end