Class: TencentCloud::Cwp::V20180228::DeleteRiskDnsEventResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteRiskDnsEventResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteRiskDnsEvent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteRiskDnsEventResponse
constructor
A new instance of DeleteRiskDnsEventResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteRiskDnsEventResponse
Returns a new instance of DeleteRiskDnsEventResponse.
7384 7385 7386 |
# File 'lib/v20180228/models.rb', line 7384 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7382 7383 7384 |
# File 'lib/v20180228/models.rb', line 7382 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7388 7389 7390 |
# File 'lib/v20180228/models.rb', line 7388 def deserialize(params) @RequestId = params['RequestId'] end |