Class: TencentCloud::Waf::V20180125::DescribePortsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribePortsResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DescribePorts返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(httpports = nil, httpsports = nil, requestid = nil) ⇒ DescribePortsResponse
constructor
A new instance of DescribePortsResponse.
Constructor Details
#initialize(httpports = nil, httpsports = nil, requestid = nil) ⇒ DescribePortsResponse
Returns a new instance of DescribePortsResponse.
8838 8839 8840 8841 8842 |
# File 'lib/v20180125/models.rb', line 8838 def initialize(httpports=nil, httpsports=nil, requestid=nil) @HttpPorts = httpports @HttpsPorts = httpsports @RequestId = requestid end |
Instance Attribute Details
#HttpPorts ⇒ Object
8836 8837 8838 |
# File 'lib/v20180125/models.rb', line 8836 def HttpPorts @HttpPorts end |
#HttpsPorts ⇒ Object
8836 8837 8838 |
# File 'lib/v20180125/models.rb', line 8836 def HttpsPorts @HttpsPorts end |
#RequestId ⇒ Object
8836 8837 8838 |
# File 'lib/v20180125/models.rb', line 8836 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8844 8845 8846 8847 8848 |
# File 'lib/v20180125/models.rb', line 8844 def deserialize(params) @HttpPorts = params['HttpPorts'] @HttpsPorts = params['HttpsPorts'] @RequestId = params['RequestId'] end |