Class: TencentCloud::Cwp::V20180228::SecurityTrend
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::SecurityTrend
- Defined in:
- lib/v20180228/models.rb
Overview
安全趋势统计数据。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(date = nil, eventnum = nil) ⇒ SecurityTrend
constructor
A new instance of SecurityTrend.
Constructor Details
#initialize(date = nil, eventnum = nil) ⇒ SecurityTrend
Returns a new instance of SecurityTrend.
39045 39046 39047 39048 |
# File 'lib/v20180228/models.rb', line 39045 def initialize(date=nil, eventnum=nil) @Date = date @EventNum = eventnum end |
Instance Attribute Details
#Date ⇒ Object
39043 39044 39045 |
# File 'lib/v20180228/models.rb', line 39043 def Date @Date end |
#EventNum ⇒ Object
39043 39044 39045 |
# File 'lib/v20180228/models.rb', line 39043 def EventNum @EventNum end |
Instance Method Details
#deserialize(params) ⇒ Object
39050 39051 39052 39053 |
# File 'lib/v20180228/models.rb', line 39050 def deserialize(params) @Date = params['Date'] @EventNum = params['EventNum'] end |