Class: TencentCloud::Tke::V20180525::ScaleOutClusterMasterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ScaleOutClusterMasterResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ScaleOutClusterMaster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ScaleOutClusterMasterResponse
constructor
A new instance of ScaleOutClusterMasterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ScaleOutClusterMasterResponse
Returns a new instance of ScaleOutClusterMasterResponse.
18107 18108 18109 |
# File 'lib/v20180525/models.rb', line 18107 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
18105 18106 18107 |
# File 'lib/v20180525/models.rb', line 18105 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
18111 18112 18113 |
# File 'lib/v20180525/models.rb', line 18111 def deserialize(params) @RequestId = params['RequestId'] end |