Class: TencentCloud::Mrs::V20200910::DiagCertItem

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

Overview

诊断证明项

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(text = nil, type = nil, value = nil) ⇒ DiagCertItem

Returns a new instance of DiagCertItem.



2497
2498
2499
2500
2501
# File 'lib/v20200910/models.rb', line 2497

def initialize(text=nil, type=nil, value=nil)
  @Text = text
  @Type = type
  @Value = value
end

Instance Attribute Details

#TextObject

Parameters:

  • Text:

    文本

  • Type:

    类型

  • Value:



2495
2496
2497
# File 'lib/v20200910/models.rb', line 2495

def Text
  @Text
end

#TypeObject

Parameters:

  • Text:

    文本

  • Type:

    类型

  • Value:



2495
2496
2497
# File 'lib/v20200910/models.rb', line 2495

def Type
  @Type
end

#ValueObject

Parameters:

  • Text:

    文本

  • Type:

    类型

  • Value:



2495
2496
2497
# File 'lib/v20200910/models.rb', line 2495

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



2503
2504
2505
2506
2507
# File 'lib/v20200910/models.rb', line 2503

def deserialize(params)
  @Text = params['Text']
  @Type = params['Type']
  @Value = params['Value']
end