Class: TencentCloud::Dlc::V20210125::DataEngineScaleInfoDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DataEngineScaleInfoDetail
- Defined in:
- lib/v20210125/models.rb
Overview
引擎规格详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, cu = nil) ⇒ DataEngineScaleInfoDetail
constructor
A new instance of DataEngineScaleInfoDetail.
Constructor Details
#initialize(starttime = nil, endtime = nil, cu = nil) ⇒ DataEngineScaleInfoDetail
4808 4809 4810 4811 4812 |
# File 'lib/v20210125/models.rb', line 4808 def initialize(starttime=nil, endtime=nil, cu=nil) @StartTime = starttime @EndTime = endtime @CU = cu end |
Instance Attribute Details
#CU ⇒ Object
4806 4807 4808 |
# File 'lib/v20210125/models.rb', line 4806 def CU @CU end |
#EndTime ⇒ Object
4806 4807 4808 |
# File 'lib/v20210125/models.rb', line 4806 def EndTime @EndTime end |
#StartTime ⇒ Object
4806 4807 4808 |
# File 'lib/v20210125/models.rb', line 4806 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4814 4815 4816 4817 4818 |
# File 'lib/v20210125/models.rb', line 4814 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @CU = params['CU'] end |