Class: TencentCloud::Cwp::V20180228::ProtectStat
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ProtectStat
- Defined in:
- lib/v20180228/models.rb
Overview
防护信息统计
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, num = nil) ⇒ ProtectStat
constructor
A new instance of ProtectStat.
Constructor Details
#initialize(name = nil, num = nil) ⇒ ProtectStat
Returns a new instance of ProtectStat.
35677 35678 35679 35680 |
# File 'lib/v20180228/models.rb', line 35677 def initialize(name=nil, num=nil) @Name = name @Num = num end |
Instance Attribute Details
#Name ⇒ Object
35675 35676 35677 |
# File 'lib/v20180228/models.rb', line 35675 def Name @Name end |
#Num ⇒ Object
35675 35676 35677 |
# File 'lib/v20180228/models.rb', line 35675 def Num @Num end |
Instance Method Details
#deserialize(params) ⇒ Object
35682 35683 35684 35685 |
# File 'lib/v20180228/models.rb', line 35682 def deserialize(params) @Name = params['Name'] @Num = params['Num'] end |