Class: TencentCloud::Cwp::V20180228::DescribeDirectConnectInstallCommandResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeDirectConnectInstallCommandResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeDirectConnectInstallCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, token = nil, requestid = nil) ⇒ DescribeDirectConnectInstallCommandResponse
constructor
A new instance of DescribeDirectConnectInstallCommandResponse.
Constructor Details
#initialize(ip = nil, token = nil, requestid = nil) ⇒ DescribeDirectConnectInstallCommandResponse
Returns a new instance of DescribeDirectConnectInstallCommandResponse.
14264 14265 14266 14267 14268 |
# File 'lib/v20180228/models.rb', line 14264 def initialize(ip=nil, token=nil, requestid=nil) @Ip = ip @Token = token @RequestId = requestid end |
Instance Attribute Details
#Ip ⇒ Object
14262 14263 14264 |
# File 'lib/v20180228/models.rb', line 14262 def Ip @Ip end |
#RequestId ⇒ Object
14262 14263 14264 |
# File 'lib/v20180228/models.rb', line 14262 def RequestId @RequestId end |
#Token ⇒ Object
14262 14263 14264 |
# File 'lib/v20180228/models.rb', line 14262 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
14270 14271 14272 14273 14274 |
# File 'lib/v20180228/models.rb', line 14270 def deserialize(params) @Ip = params['Ip'] @Token = params['Token'] @RequestId = params['RequestId'] end |