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.
14579 14580 14581 |
# File 'lib/v20180525/models.rb', line 14579 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14577 14578 14579 |
# File 'lib/v20180525/models.rb', line 14577 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14583 14584 14585 |
# File 'lib/v20180525/models.rb', line 14583 def deserialize(params) @RequestId = params['RequestId'] end |