Class: TencentCloud::Dayu::V20180709::DescribeDDoSNetTrendRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeDDoSNetTrendRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeDDoSNetTrend请求参数结构体
Instance Attribute Summary collapse
- #Business ⇒ Object
- #EndTime ⇒ Object
- #Id ⇒ Object
- #MetricName ⇒ Object
- #Period ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, metricname = nil, period = nil, starttime = nil, endtime = nil) ⇒ DescribeDDoSNetTrendRequest
constructor
A new instance of DescribeDDoSNetTrendRequest.
Constructor Details
#initialize(business = nil, id = nil, metricname = nil, period = nil, starttime = nil, endtime = nil) ⇒ DescribeDDoSNetTrendRequest
Returns a new instance of DescribeDDoSNetTrendRequest.
4334 4335 4336 4337 4338 4339 4340 4341 |
# File 'lib/v20180709/models.rb', line 4334 def initialize(business=nil, id=nil, metricname=nil, period=nil, starttime=nil, endtime=nil) @Business = business @Id = id @MetricName = metricname @Period = period @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#Business ⇒ Object
4332 4333 4334 |
# File 'lib/v20180709/models.rb', line 4332 def Business @Business end |
#EndTime ⇒ Object
4332 4333 4334 |
# File 'lib/v20180709/models.rb', line 4332 def EndTime @EndTime end |
#Id ⇒ Object
4332 4333 4334 |
# File 'lib/v20180709/models.rb', line 4332 def Id @Id end |
#MetricName ⇒ Object
4332 4333 4334 |
# File 'lib/v20180709/models.rb', line 4332 def MetricName @MetricName end |
#Period ⇒ Object
4332 4333 4334 |
# File 'lib/v20180709/models.rb', line 4332 def Period @Period end |
#StartTime ⇒ Object
4332 4333 4334 |
# File 'lib/v20180709/models.rb', line 4332 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4343 4344 4345 4346 4347 4348 4349 4350 |
# File 'lib/v20180709/models.rb', line 4343 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @MetricName = params['MetricName'] @Period = params['Period'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |