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.
14185 14186 14187 14188 14189 |
# File 'lib/v20180228/models.rb', line 14185 def initialize(ip=nil, token=nil, requestid=nil) @Ip = ip @Token = token @RequestId = requestid end |
Instance Attribute Details
#Ip ⇒ Object
14183 14184 14185 |
# File 'lib/v20180228/models.rb', line 14183 def Ip @Ip end |
#RequestId ⇒ Object
14183 14184 14185 |
# File 'lib/v20180228/models.rb', line 14183 def RequestId @RequestId end |
#Token ⇒ Object
14183 14184 14185 |
# File 'lib/v20180228/models.rb', line 14183 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
14191 14192 14193 14194 14195 |
# File 'lib/v20180228/models.rb', line 14191 def deserialize(params) @Ip = params['Ip'] @Token = params['Token'] @RequestId = params['RequestId'] end |