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.
19895 19896 19897 |
# File 'lib/v20180525/models.rb', line 19895 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
19893 19894 19895 |
# File 'lib/v20180525/models.rb', line 19893 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19899 19900 19901 |
# File 'lib/v20180525/models.rb', line 19899 def deserialize(params) @RequestId = params['RequestId'] end |