Class: TencentCloud::Gaap::V20180529::CreateTCPListenersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CreateTCPListenersResponse
- Defined in:
- lib/v20180529/models.rb
Overview
CreateTCPListeners返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listenerids = nil, requestid = nil) ⇒ CreateTCPListenersResponse
constructor
A new instance of CreateTCPListenersResponse.
Constructor Details
#initialize(listenerids = nil, requestid = nil) ⇒ CreateTCPListenersResponse
Returns a new instance of CreateTCPListenersResponse.
1678 1679 1680 1681 |
# File 'lib/v20180529/models.rb', line 1678 def initialize(listenerids=nil, requestid=nil) @ListenerIds = listenerids @RequestId = requestid end |
Instance Attribute Details
#ListenerIds ⇒ Object
1676 1677 1678 |
# File 'lib/v20180529/models.rb', line 1676 def ListenerIds @ListenerIds end |
#RequestId ⇒ Object
1676 1677 1678 |
# File 'lib/v20180529/models.rb', line 1676 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1683 1684 1685 1686 |
# File 'lib/v20180529/models.rb', line 1683 def deserialize(params) @ListenerIds = params['ListenerIds'] @RequestId = params['RequestId'] end |