Class: TencentCloud::Keewidb::V20220308::ModifyInstanceParamsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Keewidb::V20220308::ModifyInstanceParamsResponse
- Defined in:
- lib/v20220308/models.rb
Overview
ModifyInstanceParams返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(changed = nil, taskid = nil, requestid = nil) ⇒ ModifyInstanceParamsResponse
constructor
A new instance of ModifyInstanceParamsResponse.
Constructor Details
#initialize(changed = nil, taskid = nil, requestid = nil) ⇒ ModifyInstanceParamsResponse
Returns a new instance of ModifyInstanceParamsResponse.
2534 2535 2536 2537 2538 |
# File 'lib/v20220308/models.rb', line 2534 def initialize(changed=nil, taskid=nil, requestid=nil) @Changed = changed @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#Changed ⇒ Object
2532 2533 2534 |
# File 'lib/v20220308/models.rb', line 2532 def Changed @Changed end |
#RequestId ⇒ Object
2532 2533 2534 |
# File 'lib/v20220308/models.rb', line 2532 def RequestId @RequestId end |
#TaskId ⇒ Object
2532 2533 2534 |
# File 'lib/v20220308/models.rb', line 2532 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
2540 2541 2542 2543 2544 |
# File 'lib/v20220308/models.rb', line 2540 def deserialize(params) @Changed = params['Changed'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |