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.
6109 6110 6111 6112 6113 |
# File 'lib/v20180125/models.rb', line 6109 def initialize(httpports=nil, httpsports=nil, requestid=nil) @HttpPorts = httpports @HttpsPorts = httpsports @RequestId = requestid end |
Instance Attribute Details
#HttpPorts ⇒ Object
6107 6108 6109 |
# File 'lib/v20180125/models.rb', line 6107 def HttpPorts @HttpPorts end |
#HttpsPorts ⇒ Object
6107 6108 6109 |
# File 'lib/v20180125/models.rb', line 6107 def HttpsPorts @HttpsPorts end |
#RequestId ⇒ Object
6107 6108 6109 |
# File 'lib/v20180125/models.rb', line 6107 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6115 6116 6117 6118 6119 |
# File 'lib/v20180125/models.rb', line 6115 def deserialize(params) @HttpPorts = params['HttpPorts'] @HttpsPorts = params['HttpsPorts'] @RequestId = params['RequestId'] end |