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.
4461 4462 4463 |
# File 'lib/v20180525/models.rb', line 4461 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4459 4460 4461 |
# File 'lib/v20180525/models.rb', line 4459 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4465 4466 4467 |
# File 'lib/v20180525/models.rb', line 4465 def deserialize(params) @RequestId = params['RequestId'] end |