Class: TencentCloud::Tke::V20180525::CreateClusterEndpointVipResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateClusterEndpointVipResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreateClusterEndpointVip返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestflowid = nil, requestid = nil) ⇒ CreateClusterEndpointVipResponse
constructor
A new instance of CreateClusterEndpointVipResponse.
Constructor Details
#initialize(requestflowid = nil, requestid = nil) ⇒ CreateClusterEndpointVipResponse
Returns a new instance of CreateClusterEndpointVipResponse.
2164 2165 2166 2167 |
# File 'lib/v20180525/models.rb', line 2164 def initialize(requestflowid=nil, requestid=nil) @RequestFlowId = requestflowid @RequestId = requestid end |
Instance Attribute Details
#RequestFlowId ⇒ Object
2162 2163 2164 |
# File 'lib/v20180525/models.rb', line 2162 def RequestFlowId @RequestFlowId end |
#RequestId ⇒ Object
2162 2163 2164 |
# File 'lib/v20180525/models.rb', line 2162 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2169 2170 2171 2172 |
# File 'lib/v20180525/models.rb', line 2169 def deserialize(params) @RequestFlowId = params['RequestFlowId'] @RequestId = params['RequestId'] end |