Class: TencentCloud::Dayu::V20180709::DescribeBasicCCThresholdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeBasicCCThresholdResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeBasicCCThreshold返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ccenable = nil, ccthreshold = nil, requestid = nil) ⇒ DescribeBasicCCThresholdResponse
constructor
A new instance of DescribeBasicCCThresholdResponse.
Constructor Details
#initialize(ccenable = nil, ccthreshold = nil, requestid = nil) ⇒ DescribeBasicCCThresholdResponse
Returns a new instance of DescribeBasicCCThresholdResponse.
2551 2552 2553 2554 2555 |
# File 'lib/v20180709/models.rb', line 2551 def initialize(ccenable=nil, ccthreshold=nil, requestid=nil) @CCEnable = ccenable @CCThreshold = ccthreshold @RequestId = requestid end |
Instance Attribute Details
#CCEnable ⇒ Object
2549 2550 2551 |
# File 'lib/v20180709/models.rb', line 2549 def CCEnable @CCEnable end |
#CCThreshold ⇒ Object
2549 2550 2551 |
# File 'lib/v20180709/models.rb', line 2549 def CCThreshold @CCThreshold end |
#RequestId ⇒ Object
2549 2550 2551 |
# File 'lib/v20180709/models.rb', line 2549 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2557 2558 2559 2560 2561 |
# File 'lib/v20180709/models.rb', line 2557 def deserialize(params) @CCEnable = params['CCEnable'] @CCThreshold = params['CCThreshold'] @RequestId = params['RequestId'] end |