Class: TencentCloud::Cwp::V20180228::ScreenTrendsChart
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenTrendsChart
- Defined in:
- lib/v20180228/models.rb
Overview
大屏攻防趋势图
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(x = nil, y = nil, type = nil) ⇒ ScreenTrendsChart
constructor
A new instance of ScreenTrendsChart.
Constructor Details
#initialize(x = nil, y = nil, type = nil) ⇒ ScreenTrendsChart
Returns a new instance of ScreenTrendsChart.
38360 38361 38362 38363 38364 |
# File 'lib/v20180228/models.rb', line 38360 def initialize(x=nil, y=nil, type=nil) @X = x @Y = y @Type = type end |
Instance Attribute Details
#Type ⇒ Object
38358 38359 38360 |
# File 'lib/v20180228/models.rb', line 38358 def Type @Type end |
#X ⇒ Object
38358 38359 38360 |
# File 'lib/v20180228/models.rb', line 38358 def X @X end |
#Y ⇒ Object
38358 38359 38360 |
# File 'lib/v20180228/models.rb', line 38358 def Y @Y end |
Instance Method Details
#deserialize(params) ⇒ Object
38366 38367 38368 38369 38370 |
# File 'lib/v20180228/models.rb', line 38366 def deserialize(params) @X = params['X'] @Y = params['Y'] @Type = params['Type'] end |