Class: TencentCloud::Tke::V20180525::UpdateEKSClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::UpdateEKSClusterResponse
- Defined in:
- lib/v20180525/models.rb
Overview
UpdateEKSCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateEKSClusterResponse
constructor
A new instance of UpdateEKSClusterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateEKSClusterResponse
Returns a new instance of UpdateEKSClusterResponse.
19014 19015 19016 |
# File 'lib/v20180525/models.rb', line 19014 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
19012 19013 19014 |
# File 'lib/v20180525/models.rb', line 19012 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19018 19019 19020 |
# File 'lib/v20180525/models.rb', line 19018 def deserialize(params) @RequestId = params['RequestId'] end |