Class: TencentCloud::Cwp::V20180228::ScreenNameValue
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenNameValue
- Defined in:
- lib/v20180228/models.rb
Overview
【云安全预警】大屏可视化数据Name Value 数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ ScreenNameValue
constructor
A new instance of ScreenNameValue.
Constructor Details
#initialize(name = nil, value = nil) ⇒ ScreenNameValue
Returns a new instance of ScreenNameValue.
38590 38591 38592 38593 |
# File 'lib/v20180228/models.rb', line 38590 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
38588 38589 38590 |
# File 'lib/v20180228/models.rb', line 38588 def Name @Name end |
#Value ⇒ Object
38588 38589 38590 |
# File 'lib/v20180228/models.rb', line 38588 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
38595 38596 38597 38598 |
# File 'lib/v20180228/models.rb', line 38595 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |