Class: TencentCloud::Cdb::V20170320::ModifyInstanceParamResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyInstanceParamResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyInstanceParam返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyInstanceParamResponse
constructor
A new instance of ModifyInstanceParamResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ModifyInstanceParamResponse
Returns a new instance of ModifyInstanceParamResponse.
11381 11382 11383 11384 |
# File 'lib/v20170320/models.rb', line 11381 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
11379 11380 11381 |
# File 'lib/v20170320/models.rb', line 11379 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
11379 11380 11381 |
# File 'lib/v20170320/models.rb', line 11379 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11386 11387 11388 11389 |
# File 'lib/v20170320/models.rb', line 11386 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |