Class: TencentCloud::Clb::V20180317::DeleteListenerResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::DeleteListenerResponse
- Defined in:
- lib/v20180317/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.
2152 2153 2154 |
# File 'lib/v20180317/models.rb', line 2152 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2150 2151 2152 |
# File 'lib/v20180317/models.rb', line 2150 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2156 2157 2158 |
# File 'lib/v20180317/models.rb', line 2156 def deserialize(params) @RequestId = params['RequestId'] end |