Class: TencentCloud::Antiddos::V20200309::DescribeOverviewAttackTrendResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::DescribeOverviewAttackTrendResponse
- Defined in:
- lib/v20200309/models.rb
Overview
DescribeOverviewAttackTrend返回参数结构体
Instance Attribute Summary collapse
- #Count ⇒ Object
- #Data ⇒ Object
- #EndTime ⇒ Object
- #Period ⇒ Object
- #RequestId ⇒ Object
- #StartTime ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, starttime = nil, endtime = nil, period = nil, data = nil, count = nil, requestid = nil) ⇒ DescribeOverviewAttackTrendResponse
constructor
A new instance of DescribeOverviewAttackTrendResponse.
Constructor Details
#initialize(type = nil, starttime = nil, endtime = nil, period = nil, data = nil, count = nil, requestid = nil) ⇒ DescribeOverviewAttackTrendResponse
Returns a new instance of DescribeOverviewAttackTrendResponse.
5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/v20200309/models.rb', line 5555 def initialize(type=nil, starttime=nil, endtime=nil, period=nil, data=nil, count=nil, requestid=nil) @Type = type @StartTime = starttime @EndTime = endtime @Period = period @Data = data @Count = count @RequestId = requestid end |
Instance Attribute Details
#Count ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def Count @Count end |
#Data ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def Data @Data end |
#EndTime ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def EndTime @EndTime end |
#Period ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def Period @Period end |
#RequestId ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def RequestId @RequestId end |
#StartTime ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def StartTime @StartTime end |
#Type ⇒ Object
5553 5554 5555 |
# File 'lib/v20200309/models.rb', line 5553 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5565 5566 5567 5568 5569 5570 5571 5572 5573 |
# File 'lib/v20200309/models.rb', line 5565 def deserialize(params) @Type = params['Type'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Period = params['Period'] @Data = params['Data'] @Count = params['Count'] @RequestId = params['RequestId'] end |