Class: TencentCloud::Cwp::V20180228::NetAttackTrend
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::NetAttackTrend
- Defined in:
- lib/v20180228/models.rb
Overview
攻击趋势统计数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(datetime = nil, attackcount = nil, tryattackcount = nil, succattackcount = nil) ⇒ NetAttackTrend
constructor
A new instance of NetAttackTrend.
Constructor Details
#initialize(datetime = nil, attackcount = nil, tryattackcount = nil, succattackcount = nil) ⇒ NetAttackTrend
Returns a new instance of NetAttackTrend.
35241 35242 35243 35244 35245 35246 |
# File 'lib/v20180228/models.rb', line 35241 def initialize(datetime=nil, attackcount=nil, tryattackcount=nil, succattackcount=nil) @DateTime = datetime @AttackCount = attackcount @TryAttackCount = tryattackcount @SuccAttackCount = succattackcount end |
Instance Attribute Details
#AttackCount ⇒ Object
35239 35240 35241 |
# File 'lib/v20180228/models.rb', line 35239 def AttackCount @AttackCount end |
#DateTime ⇒ Object
35239 35240 35241 |
# File 'lib/v20180228/models.rb', line 35239 def DateTime @DateTime end |
#SuccAttackCount ⇒ Object
35239 35240 35241 |
# File 'lib/v20180228/models.rb', line 35239 def SuccAttackCount @SuccAttackCount end |
#TryAttackCount ⇒ Object
35239 35240 35241 |
# File 'lib/v20180228/models.rb', line 35239 def TryAttackCount @TryAttackCount end |
Instance Method Details
#deserialize(params) ⇒ Object
35248 35249 35250 35251 35252 35253 |
# File 'lib/v20180228/models.rb', line 35248 def deserialize(params) @DateTime = params['DateTime'] @AttackCount = params['AttackCount'] @TryAttackCount = params['TryAttackCount'] @SuccAttackCount = params['SuccAttackCount'] end |