Class: TencentCloud::Yunjing::V20180228::SecurityTrend
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::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.
6319 6320 6321 6322 |
# File 'lib/v20180228/models.rb', line 6319 def initialize(date=nil, eventnum=nil) @Date = date @EventNum = eventnum end |
Instance Attribute Details
#Date ⇒ Object
6317 6318 6319 |
# File 'lib/v20180228/models.rb', line 6317 def Date @Date end |
#EventNum ⇒ Object
6317 6318 6319 |
# File 'lib/v20180228/models.rb', line 6317 def EventNum @EventNum end |
Instance Method Details
#deserialize(params) ⇒ Object
6324 6325 6326 6327 |
# File 'lib/v20180228/models.rb', line 6324 def deserialize(params) @Date = params['Date'] @EventNum = params['EventNum'] end |