Class: TencentCloud::Monitor::V20180724::DescribeExternalClusterUninstallCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribeExternalClusterUninstallCommandResponse
- Defined in:
- lib/v20180724/models.rb
Overview
DescribeExternalClusterUninstallCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(command = nil, requestid = nil) ⇒ DescribeExternalClusterUninstallCommandResponse
constructor
A new instance of DescribeExternalClusterUninstallCommandResponse.
Constructor Details
#initialize(command = nil, requestid = nil) ⇒ DescribeExternalClusterUninstallCommandResponse
Returns a new instance of DescribeExternalClusterUninstallCommandResponse.
5848 5849 5850 5851 |
# File 'lib/v20180724/models.rb', line 5848 def initialize(command=nil, requestid=nil) @Command = command @RequestId = requestid end |
Instance Attribute Details
#Command ⇒ Object
5846 5847 5848 |
# File 'lib/v20180724/models.rb', line 5846 def Command @Command end |
#RequestId ⇒ Object
5846 5847 5848 |
# File 'lib/v20180724/models.rb', line 5846 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5853 5854 5855 5856 |
# File 'lib/v20180724/models.rb', line 5853 def deserialize(params) @Command = params['Command'] @RequestId = params['RequestId'] end |