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.
11396 11397 11398 11399 |
# File 'lib/v20170320/models.rb', line 11396 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
11394 11395 11396 |
# File 'lib/v20170320/models.rb', line 11394 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
11394 11395 11396 |
# File 'lib/v20170320/models.rb', line 11394 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11401 11402 11403 11404 |
# File 'lib/v20170320/models.rb', line 11401 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |