Class: TencentCloud::Tke::V20180525::ModifyMasterComponentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyMasterComponentResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyMasterComponent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyMasterComponentResponse
constructor
A new instance of ModifyMasterComponentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyMasterComponentResponse
Returns a new instance of ModifyMasterComponentResponse.
14283 14284 14285 |
# File 'lib/v20180525/models.rb', line 14283 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14281 14282 14283 |
# File 'lib/v20180525/models.rb', line 14281 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14287 14288 14289 |
# File 'lib/v20180525/models.rb', line 14287 def deserialize(params) @RequestId = params['RequestId'] end |