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.
18090 18091 18092 |
# File 'lib/v20180525/models.rb', line 18090 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
18088 18089 18090 |
# File 'lib/v20180525/models.rb', line 18088 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
18094 18095 18096 |
# File 'lib/v20180525/models.rb', line 18094 def deserialize(params) @RequestId = params['RequestId'] end |