Class: TencentCloud::Mrs::V20200910::DiagCertItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::DiagCertItem
- Defined in:
- lib/v20200910/models.rb
Overview
诊断证明项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil, type = nil, value = nil) ⇒ DiagCertItem
constructor
A new instance of DiagCertItem.
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
#Text ⇒ Object
2495 2496 2497 |
# File 'lib/v20200910/models.rb', line 2495 def Text @Text end |
#Type ⇒ Object
2495 2496 2497 |
# File 'lib/v20200910/models.rb', line 2495 def Type @Type end |
#Value ⇒ Object
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 |