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.
38746 38747 38748 38749 38750 |
# File 'lib/v20180228/models.rb', line 38746 def initialize(x=nil, y=nil, type=nil) @X = x @Y = y @Type = type end |
Instance Attribute Details
#Type ⇒ Object
38744 38745 38746 |
# File 'lib/v20180228/models.rb', line 38744 def Type @Type end |
#X ⇒ Object
38744 38745 38746 |
# File 'lib/v20180228/models.rb', line 38744 def X @X end |
#Y ⇒ Object
38744 38745 38746 |
# File 'lib/v20180228/models.rb', line 38744 def Y @Y end |
Instance Method Details
#deserialize(params) ⇒ Object
38752 38753 38754 38755 38756 |
# File 'lib/v20180228/models.rb', line 38752 def deserialize(params) @X = params['X'] @Y = params['Y'] @Type = params['Type'] end |