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.
7363 7364 7365 |
# File 'lib/v20180228/models.rb', line 7363 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7361 7362 7363 |
# File 'lib/v20180228/models.rb', line 7361 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7367 7368 7369 |
# File 'lib/v20180228/models.rb', line 7367 def deserialize(params) @RequestId = params['RequestId'] end |