Class: TencentCloud::Sqlserver::V20180328::ModifyInstanceParamResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ModifyInstanceParamResponse
- Defined in:
- lib/v20180328/models.rb
Overview
ModifyInstanceParam返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyInstanceParamResponse
constructor
A new instance of ModifyInstanceParamResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyInstanceParamResponse
Returns a new instance of ModifyInstanceParamResponse.
9450 9451 9452 |
# File 'lib/v20180328/models.rb', line 9450 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9448 9449 9450 |
# File 'lib/v20180328/models.rb', line 9448 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9454 9455 9456 |
# File 'lib/v20180328/models.rb', line 9454 def deserialize(params) @RequestId = params['RequestId'] end |