Class: TencentCloud::Gaap::V20180529::ModifyHTTPListenerAttributeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ModifyHTTPListenerAttributeRequest
- Defined in:
- lib/v20180529/models.rb
Overview
ModifyHTTPListenerAttribute请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listenerid = nil, listenername = nil, proxyid = nil) ⇒ ModifyHTTPListenerAttributeRequest
constructor
A new instance of ModifyHTTPListenerAttributeRequest.
Constructor Details
#initialize(listenerid = nil, listenername = nil, proxyid = nil) ⇒ ModifyHTTPListenerAttributeRequest
Returns a new instance of ModifyHTTPListenerAttributeRequest.
5687 5688 5689 5690 5691 |
# File 'lib/v20180529/models.rb', line 5687 def initialize(listenerid=nil, listenername=nil, proxyid=nil) @ListenerId = listenerid @ListenerName = listenername @ProxyId = proxyid end |
Instance Attribute Details
#ListenerId ⇒ Object
5685 5686 5687 |
# File 'lib/v20180529/models.rb', line 5685 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
5685 5686 5687 |
# File 'lib/v20180529/models.rb', line 5685 def ListenerName @ListenerName end |
#ProxyId ⇒ Object
5685 5686 5687 |
# File 'lib/v20180529/models.rb', line 5685 def ProxyId @ProxyId end |
Instance Method Details
#deserialize(params) ⇒ Object
5693 5694 5695 5696 5697 |
# File 'lib/v20180529/models.rb', line 5693 def deserialize(params) @ListenerId = params['ListenerId'] @ListenerName = params['ListenerName'] @ProxyId = params['ProxyId'] end |