Class: TencentCloud::Dayu::V20180709::DescribeDDoSNetTrendResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeDDoSNetTrendResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeDDoSNetTrend返回参数结构体
Instance Attribute Summary collapse
- #Business ⇒ Object
- #Count ⇒ Object
- #Data ⇒ Object
- #EndTime ⇒ Object
- #Id ⇒ Object
- #MetricName ⇒ Object
- #Period ⇒ Object
- #RequestId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, metricname = nil, period = nil, starttime = nil, endtime = nil, data = nil, count = nil, requestid = nil) ⇒ DescribeDDoSNetTrendResponse
constructor
A new instance of DescribeDDoSNetTrendResponse.
Constructor Details
#initialize(business = nil, id = nil, metricname = nil, period = nil, starttime = nil, endtime = nil, data = nil, count = nil, requestid = nil) ⇒ DescribeDDoSNetTrendResponse
Returns a new instance of DescribeDDoSNetTrendResponse.
4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'lib/v20180709/models.rb', line 4376 def initialize(business=nil, id=nil, metricname=nil, period=nil, starttime=nil, endtime=nil, data=nil, count=nil, requestid=nil) @Business = business @Id = id @MetricName = metricname @Period = period @StartTime = starttime @EndTime = endtime @Data = data @Count = count @RequestId = requestid end |
Instance Attribute Details
#Business ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def Business @Business end |
#Count ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def Count @Count end |
#Data ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def Data @Data end |
#EndTime ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def EndTime @EndTime end |
#Id ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def Id @Id end |
#MetricName ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def MetricName @MetricName end |
#Period ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def Period @Period end |
#RequestId ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def RequestId @RequestId end |
#StartTime ⇒ Object
4374 4375 4376 |
# File 'lib/v20180709/models.rb', line 4374 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 |
# File 'lib/v20180709/models.rb', line 4388 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @MetricName = params['MetricName'] @Period = params['Period'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Data = params['Data'] @Count = params['Count'] @RequestId = params['RequestId'] end |