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.



4585
4586
4587
4588
4589
# File 'lib/v20200910/models.rb', line 4585

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

Instance Attribute Details

#GradeObject

Parameters:

  • Grade:

    等级

  • Index:

    原文位置

  • Src:

    原文



4583
4584
4585
# File 'lib/v20200910/models.rb', line 4583

def Grade
  @Grade
end

#IndexObject

Parameters:

  • Grade:

    等级

  • Index:

    原文位置

  • Src:

    原文



4583
4584
4585
# File 'lib/v20200910/models.rb', line 4583

def Index
  @Index
end

#SrcObject

Parameters:

  • Grade:

    等级

  • Index:

    原文位置

  • Src:

    原文



4583
4584
4585
# File 'lib/v20200910/models.rb', line 4583

def Src
  @Src
end

Instance Method Details

#deserialize(params) ⇒ Object



4591
4592
4593
4594
4595
# File 'lib/v20200910/models.rb', line 4591

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