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.
34827 34828 34829 34830 34831 34832 |
# File 'lib/v20180228/models.rb', line 34827 def initialize(datetime=nil, attackcount=nil, tryattackcount=nil, succattackcount=nil) @DateTime = datetime @AttackCount = attackcount @TryAttackCount = tryattackcount @SuccAttackCount = succattackcount end |
Instance Attribute Details
#AttackCount ⇒ Object
34825 34826 34827 |
# File 'lib/v20180228/models.rb', line 34825 def AttackCount @AttackCount end |
#DateTime ⇒ Object
34825 34826 34827 |
# File 'lib/v20180228/models.rb', line 34825 def DateTime @DateTime end |
#SuccAttackCount ⇒ Object
34825 34826 34827 |
# File 'lib/v20180228/models.rb', line 34825 def SuccAttackCount @SuccAttackCount end |
#TryAttackCount ⇒ Object
34825 34826 34827 |
# File 'lib/v20180228/models.rb', line 34825 def TryAttackCount @TryAttackCount end |
Instance Method Details
#deserialize(params) ⇒ Object
34834 34835 34836 34837 34838 34839 |
# File 'lib/v20180228/models.rb', line 34834 def deserialize(params) @DateTime = params['DateTime'] @AttackCount = params['AttackCount'] @TryAttackCount = params['TryAttackCount'] @SuccAttackCount = params['SuccAttackCount'] end |