Class: TencentCloud::Tke::V20180525::ScaleInClusterMasterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ScaleInClusterMasterResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ScaleInClusterMaster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ScaleInClusterMasterResponse
constructor
A new instance of ScaleInClusterMasterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ScaleInClusterMasterResponse
Returns a new instance of ScaleInClusterMasterResponse.
19803 19804 19805 |
# File 'lib/v20180525/models.rb', line 19803 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
19801 19802 19803 |
# File 'lib/v20180525/models.rb', line 19801 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
19807 19808 19809 |
# File 'lib/v20180525/models.rb', line 19807 def deserialize(params) @RequestId = params['RequestId'] end |