Class: TencentCloud::Ecm::V20190719::DeleteListenerResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::DeleteListenerResponse
- Defined in:
- lib/v20190719/models.rb
Overview
DeleteListener返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteListenerResponse
constructor
A new instance of DeleteListenerResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteListenerResponse
Returns a new instance of DeleteListenerResponse.
2142 2143 2144 |
# File 'lib/v20190719/models.rb', line 2142 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2140 2141 2142 |
# File 'lib/v20190719/models.rb', line 2140 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2146 2147 2148 |
# File 'lib/v20190719/models.rb', line 2146 def deserialize(params) @RequestId = params['RequestId'] end |