Class: TencentCloud::Tke::V20180525::DeleteEKSClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteEKSClusterResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteEKSCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteEKSClusterResponse
constructor
A new instance of DeleteEKSClusterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteEKSClusterResponse
Returns a new instance of DeleteEKSClusterResponse.
4534 4535 4536 |
# File 'lib/v20180525/models.rb', line 4534 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4532 4533 4534 |
# File 'lib/v20180525/models.rb', line 4532 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4538 4539 4540 |
# File 'lib/v20180525/models.rb', line 4538 def deserialize(params) @RequestId = params['RequestId'] end |