Class: TencentCloud::Antiddos::V20200309::DescribeCCTrendResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::DescribeCCTrendResponse
- Defined in:
- lib/v20200309/models.rb
Overview
DescribeCCTrend返回参数结构体
Instance Attribute Summary collapse
- #Business ⇒ Object
- #Count ⇒ Object
- #Data ⇒ Object
- #EndTime ⇒ Object
- #Id ⇒ Object
- #Ip ⇒ Object
- #MetricName ⇒ Object
- #Period ⇒ Object
- #RequestId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, business = nil, ip = nil, period = nil, starttime = nil, endtime = nil, data = nil, id = nil, metricname = nil, requestid = nil) ⇒ DescribeCCTrendResponse
constructor
A new instance of DescribeCCTrendResponse.
Constructor Details
#initialize(count = nil, business = nil, ip = nil, period = nil, starttime = nil, endtime = nil, data = nil, id = nil, metricname = nil, requestid = nil) ⇒ DescribeCCTrendResponse
Returns a new instance of DescribeCCTrendResponse.
3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 |
# File 'lib/v20200309/models.rb', line 3943 def initialize(count=nil, business=nil, ip=nil, period=nil, starttime=nil, endtime=nil, data=nil, id=nil, metricname=nil, requestid=nil) @Count = count @Business = business @Ip = ip @Period = period @StartTime = starttime @EndTime = endtime @Data = data @Id = id @MetricName = metricname @RequestId = requestid end |
Instance Attribute Details
#Business ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def Business @Business end |
#Count ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def Count @Count end |
#Data ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def Data @Data end |
#EndTime ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def EndTime @EndTime end |
#Id ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def Id @Id end |
#Ip ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def Ip @Ip end |
#MetricName ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def MetricName @MetricName end |
#Period ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def Period @Period end |
#RequestId ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def RequestId @RequestId end |
#StartTime ⇒ Object
3941 3942 3943 |
# File 'lib/v20200309/models.rb', line 3941 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'lib/v20200309/models.rb', line 3956 def deserialize(params) @Count = params['Count'] @Business = params['Business'] @Ip = params['Ip'] @Period = params['Period'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Data = params['Data'] @Id = params['Id'] @MetricName = params['MetricName'] @RequestId = params['RequestId'] end |