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.
19091 19092 19093 19094 19095 |
# File 'lib/v20180228/models.rb', line 19091 def initialize(nginxcommand=nil, keepalivecommand=nil, requestid=nil) @NginxCommand = nginxcommand @KeepAliveCommand = keepalivecommand @RequestId = requestid end |
Instance Attribute Details
#KeepAliveCommand ⇒ Object
19089 19090 19091 |
# File 'lib/v20180228/models.rb', line 19089 def KeepAliveCommand @KeepAliveCommand end |
#NginxCommand ⇒ Object
19089 19090 19091 |
# File 'lib/v20180228/models.rb', line 19089 def NginxCommand @NginxCommand end |
#RequestId ⇒ Object
19089 19090 19091 |
# File 'lib/v20180228/models.rb', line 19089 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19097 19098 19099 19100 19101 |
# File 'lib/v20180228/models.rb', line 19097 def deserialize(params) @NginxCommand = params['NginxCommand'] @KeepAliveCommand = params['KeepAliveCommand'] @RequestId = params['RequestId'] end |