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.
2028 2029 2030 2031 |
# File 'lib/v20180525/models.rb', line 2028 def initialize(requestflowid=nil, requestid=nil) @RequestFlowId = requestflowid @RequestId = requestid end |
Instance Attribute Details
#RequestFlowId ⇒ Object
2026 2027 2028 |
# File 'lib/v20180525/models.rb', line 2026 def RequestFlowId @RequestFlowId end |
#RequestId ⇒ Object
2026 2027 2028 |
# File 'lib/v20180525/models.rb', line 2026 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2033 2034 2035 2036 |
# File 'lib/v20180525/models.rb', line 2033 def deserialize(params) @RequestFlowId = params['RequestFlowId'] @RequestId = params['RequestId'] end |