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.
2039 2040 2041 2042 |
# File 'lib/v20180525/models.rb', line 2039 def initialize(requestflowid=nil, requestid=nil) @RequestFlowId = requestflowid @RequestId = requestid end |
Instance Attribute Details
#RequestFlowId ⇒ Object
2037 2038 2039 |
# File 'lib/v20180525/models.rb', line 2037 def RequestFlowId @RequestFlowId end |
#RequestId ⇒ Object
2037 2038 2039 |
# File 'lib/v20180525/models.rb', line 2037 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2044 2045 2046 2047 |
# File 'lib/v20180525/models.rb', line 2044 def deserialize(params) @RequestFlowId = params['RequestFlowId'] @RequestId = params['RequestId'] end |