Class: TencentCloud::Bmlb::V20180625::CreateL7ListenersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::CreateL7ListenersResponse
- Defined in:
- lib/v20180625/models.rb
Overview
CreateL7Listeners返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listenerids = nil, requestid = nil) ⇒ CreateL7ListenersResponse
constructor
A new instance of CreateL7ListenersResponse.
Constructor Details
#initialize(listenerids = nil, requestid = nil) ⇒ CreateL7ListenersResponse
Returns a new instance of CreateL7ListenersResponse.
552 553 554 555 |
# File 'lib/v20180625/models.rb', line 552 def initialize(listenerids=nil, requestid=nil) @ListenerIds = listenerids @RequestId = requestid end |
Instance Attribute Details
#ListenerIds ⇒ Object
550 551 552 |
# File 'lib/v20180625/models.rb', line 550 def ListenerIds @ListenerIds end |
#RequestId ⇒ Object
550 551 552 |
# File 'lib/v20180625/models.rb', line 550 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
557 558 559 560 |
# File 'lib/v20180625/models.rb', line 557 def deserialize(params) @ListenerIds = params['ListenerIds'] @RequestId = params['RequestId'] end |