Class: TencentCloud::Cwp::V20180228::DescribePublicProxyInstallCommandResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribePublicProxyInstallCommandResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribePublicProxyInstallCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nginxcommand = nil, keepalivecommand = nil, requestid = nil) ⇒ DescribePublicProxyInstallCommandResponse
constructor
A new instance of DescribePublicProxyInstallCommandResponse.
Constructor Details
#initialize(nginxcommand = nil, keepalivecommand = nil, requestid = nil) ⇒ DescribePublicProxyInstallCommandResponse
Returns a new instance of DescribePublicProxyInstallCommandResponse.
19495 19496 19497 19498 19499 |
# File 'lib/v20180228/models.rb', line 19495 def initialize(nginxcommand=nil, keepalivecommand=nil, requestid=nil) @NginxCommand = nginxcommand @KeepAliveCommand = keepalivecommand @RequestId = requestid end |
Instance Attribute Details
#KeepAliveCommand ⇒ Object
19493 19494 19495 |
# File 'lib/v20180228/models.rb', line 19493 def KeepAliveCommand @KeepAliveCommand end |
#NginxCommand ⇒ Object
19493 19494 19495 |
# File 'lib/v20180228/models.rb', line 19493 def NginxCommand @NginxCommand end |
#RequestId ⇒ Object
19493 19494 19495 |
# File 'lib/v20180228/models.rb', line 19493 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19501 19502 19503 19504 19505 |
# File 'lib/v20180228/models.rb', line 19501 def deserialize(params) @NginxCommand = params['NginxCommand'] @KeepAliveCommand = params['KeepAliveCommand'] @RequestId = params['RequestId'] end |