Class: TencentCloud::Mrs::V20200910::HistologyLevel

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

Overview

组织学等级

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(grade = nil, index = nil, src = nil) ⇒ HistologyLevel

Returns a new instance of HistologyLevel.



4570
4571
4572
4573
4574
# File 'lib/v20200910/models.rb', line 4570

def initialize(grade=nil, index=nil, src=nil)
  @Grade = grade
  @Index = index
  @Src = src
end

Instance Attribute Details

#GradeObject

Parameters:

  • Grade:

    等级

  • Index:

    原文位置

  • Src:

    原文



4568
4569
4570
# File 'lib/v20200910/models.rb', line 4568

def Grade
  @Grade
end

#IndexObject

Parameters:

  • Grade:

    等级

  • Index:

    原文位置

  • Src:

    原文



4568
4569
4570
# File 'lib/v20200910/models.rb', line 4568

def Index
  @Index
end

#SrcObject

Parameters:

  • Grade:

    等级

  • Index:

    原文位置

  • Src:

    原文



4568
4569
4570
# File 'lib/v20200910/models.rb', line 4568

def Src
  @Src
end

Instance Method Details

#deserialize(params) ⇒ Object



4576
4577
4578
4579
4580
# File 'lib/v20200910/models.rb', line 4576

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