Class: TencentCloud::Mrs::V20200910::AdmissionConditionBlock

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) ⇒ AdmissionConditionBlock

Returns a new instance of AdmissionConditionBlock.



31
32
33
34
35
# File 'lib/v20200910/models.rb', line 31

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



29
30
31
# File 'lib/v20200910/models.rb', line 29

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



29
30
31
# File 'lib/v20200910/models.rb', line 29

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



29
30
31
# File 'lib/v20200910/models.rb', line 29

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



37
38
39
40
41
# File 'lib/v20200910/models.rb', line 37

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