Class: TencentCloud::Mrs::V20200910::ClinicalStaging

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

Overview

临床分期

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, src = nil, value = nil) ⇒ ClinicalStaging

Returns a new instance of ClinicalStaging.



2065
2066
2067
2068
2069
# File 'lib/v20200910/models.rb', line 2065

def initialize(name=nil, src=nil, value=nil)
  @Name = name
  @Src = src
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:



2063
2064
2065
# File 'lib/v20200910/models.rb', line 2063

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:



2063
2064
2065
# File 'lib/v20200910/models.rb', line 2063

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:



2063
2064
2065
# File 'lib/v20200910/models.rb', line 2063

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



2071
2072
2073
2074
2075
# File 'lib/v20200910/models.rb', line 2071

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @Value = params['Value']
end