Class: TencentCloud::Waf::V20180125::DestroyPostCKafkaFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DestroyPostCKafkaFlowResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DestroyPostCKafkaFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DestroyPostCKafkaFlowResponse
constructor
A new instance of DestroyPostCKafkaFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DestroyPostCKafkaFlowResponse
Returns a new instance of DestroyPostCKafkaFlowResponse.
10182 10183 10184 |
# File 'lib/v20180125/models.rb', line 10182 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10180 10181 10182 |
# File 'lib/v20180125/models.rb', line 10180 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10186 10187 10188 |
# File 'lib/v20180125/models.rb', line 10186 def deserialize(params) @RequestId = params['RequestId'] end |