Class: TencentCloud::Cwp::V20180228::ScreenProtectionCnt
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenProtectionCnt
- Defined in:
- lib/v20180228/models.rb
Overview
大屏可视化主机安全返回态势数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, name = nil, count = nil) ⇒ ScreenProtectionCnt
constructor
A new instance of ScreenProtectionCnt.
Constructor Details
#initialize(type = nil, name = nil, count = nil) ⇒ ScreenProtectionCnt
Returns a new instance of ScreenProtectionCnt.
38249 38250 38251 38252 38253 |
# File 'lib/v20180228/models.rb', line 38249 def initialize(type=nil, name=nil, count=nil) @Type = type @Name = name @Count = count end |
Instance Attribute Details
#Count ⇒ Object
38247 38248 38249 |
# File 'lib/v20180228/models.rb', line 38247 def Count @Count end |
#Name ⇒ Object
38247 38248 38249 |
# File 'lib/v20180228/models.rb', line 38247 def Name @Name end |
#Type ⇒ Object
38247 38248 38249 |
# File 'lib/v20180228/models.rb', line 38247 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
38255 38256 38257 38258 38259 |
# File 'lib/v20180228/models.rb', line 38255 def deserialize(params) @Type = params['Type'] @Name = params['Name'] @Count = params['Count'] end |