Class: TencentCloud::Tke::V20180525::DeleteClusterEndpointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteClusterEndpointResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteClusterEndpoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteClusterEndpointResponse
constructor
A new instance of DeleteClusterEndpointResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteClusterEndpointResponse
Returns a new instance of DeleteClusterEndpointResponse.
4063 4064 4065 |
# File 'lib/v20180525/models.rb', line 4063 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4061 4062 4063 |
# File 'lib/v20180525/models.rb', line 4061 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4067 4068 4069 |
# File 'lib/v20180525/models.rb', line 4067 def deserialize(params) @RequestId = params['RequestId'] end |