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.
38635 38636 38637 38638 38639 |
# File 'lib/v20180228/models.rb', line 38635 def initialize(type=nil, name=nil, count=nil) @Type = type @Name = name @Count = count end |
Instance Attribute Details
#Count ⇒ Object
38633 38634 38635 |
# File 'lib/v20180228/models.rb', line 38633 def Count @Count end |
#Name ⇒ Object
38633 38634 38635 |
# File 'lib/v20180228/models.rb', line 38633 def Name @Name end |
#Type ⇒ Object
38633 38634 38635 |
# File 'lib/v20180228/models.rb', line 38633 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
38641 38642 38643 38644 38645 |
# File 'lib/v20180228/models.rb', line 38641 def deserialize(params) @Type = params['Type'] @Name = params['Name'] @Count = params['Count'] end |