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.
36083 36084 36085 36086 |
# File 'lib/v20180228/models.rb', line 36083 def initialize(name=nil, num=nil) @Name = name @Num = num end |
Instance Attribute Details
#Name ⇒ Object
36081 36082 36083 |
# File 'lib/v20180228/models.rb', line 36081 def Name @Name end |
#Num ⇒ Object
36081 36082 36083 |
# File 'lib/v20180228/models.rb', line 36081 def Num @Num end |
Instance Method Details
#deserialize(params) ⇒ Object
36088 36089 36090 36091 |
# File 'lib/v20180228/models.rb', line 36088 def deserialize(params) @Name = params['Name'] @Num = params['Num'] end |