Class: TencentCloud::Emr::V20190103::Dps
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::Dps
- Defined in:
- lib/v20190103/models.rb
Overview
采样序列
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(timestamp = nil, value = nil) ⇒ Dps
constructor
A new instance of Dps.
Constructor Details
#initialize(timestamp = nil, value = nil) ⇒ Dps
Returns a new instance of Dps.
6299 6300 6301 6302 |
# File 'lib/v20190103/models.rb', line 6299 def initialize(=nil, value=nil) @Timestamp = @Value = value end |
Instance Attribute Details
#Timestamp ⇒ Object
6297 6298 6299 |
# File 'lib/v20190103/models.rb', line 6297 def Timestamp @Timestamp end |
#Value ⇒ Object
6297 6298 6299 |
# File 'lib/v20190103/models.rb', line 6297 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6304 6305 6306 6307 |
# File 'lib/v20190103/models.rb', line 6304 def deserialize(params) @Timestamp = params['Timestamp'] @Value = params['Value'] end |