Class: TencentCloud::Antiddos::V20200309::DeleteCCThresholdPolicyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::DeleteCCThresholdPolicyResponse
- Defined in:
- lib/v20200309/models.rb
Overview
DeleteCCThresholdPolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCCThresholdPolicyResponse
constructor
A new instance of DeleteCCThresholdPolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCCThresholdPolicyResponse
Returns a new instance of DeleteCCThresholdPolicyResponse.
2742 2743 2744 |
# File 'lib/v20200309/models.rb', line 2742 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2740 2741 2742 |
# File 'lib/v20200309/models.rb', line 2740 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2746 2747 2748 |
# File 'lib/v20200309/models.rb', line 2746 def deserialize(params) @RequestId = params['RequestId'] end |