Class: TencentCloud::Cfs::V20190719::ExstraPerformanceInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::ExstraPerformanceInfo
- Defined in:
- lib/v20190719/models.rb
Overview
购买完额外性能之后的值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, performance = nil) ⇒ ExstraPerformanceInfo
constructor
A new instance of ExstraPerformanceInfo.
Constructor Details
#initialize(type = nil, performance = nil) ⇒ ExstraPerformanceInfo
Returns a new instance of ExstraPerformanceInfo.
2636 2637 2638 2639 |
# File 'lib/v20190719/models.rb', line 2636 def initialize(type=nil, performance=nil) @Type = type @Performance = performance end |
Instance Attribute Details
#Performance ⇒ Object
2634 2635 2636 |
# File 'lib/v20190719/models.rb', line 2634 def Performance @Performance end |
#Type ⇒ Object
2634 2635 2636 |
# File 'lib/v20190719/models.rb', line 2634 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
2641 2642 2643 2644 |
# File 'lib/v20190719/models.rb', line 2641 def deserialize(params) @Type = params['Type'] @Performance = params['Performance'] end |