Class: TencentCloud::Tke::V20180525::CreateClusterEndpointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateClusterEndpointResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreateClusterEndpoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateClusterEndpointResponse
constructor
A new instance of CreateClusterEndpointResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateClusterEndpointResponse
Returns a new instance of CreateClusterEndpointResponse.
2001 2002 2003 |
# File 'lib/v20180525/models.rb', line 2001 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1999 2000 2001 |
# File 'lib/v20180525/models.rb', line 1999 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2005 2006 2007 |
# File 'lib/v20180525/models.rb', line 2005 def deserialize(params) @RequestId = params['RequestId'] end |