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.
2013 2014 2015 |
# File 'lib/v20180317/models.rb', line 2013 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2011 2012 2013 |
# File 'lib/v20180317/models.rb', line 2011 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2017 2018 2019 |
# File 'lib/v20180317/models.rb', line 2017 def deserialize(params) @RequestId = params['RequestId'] end |