Class: TencentCloud::Sqlserver::V20180328::ModifyInstanceEncryptAttributesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ModifyInstanceEncryptAttributesResponse
- Defined in:
- lib/v20180328/models.rb
Overview
ModifyInstanceEncryptAttributes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ModifyInstanceEncryptAttributesResponse
constructor
A new instance of ModifyInstanceEncryptAttributesResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ModifyInstanceEncryptAttributesResponse
Returns a new instance of ModifyInstanceEncryptAttributesResponse.
9401 9402 9403 9404 |
# File 'lib/v20180328/models.rb', line 9401 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
9399 9400 9401 |
# File 'lib/v20180328/models.rb', line 9399 def FlowId @FlowId end |
#RequestId ⇒ Object
9399 9400 9401 |
# File 'lib/v20180328/models.rb', line 9399 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9406 9407 9408 9409 |
# File 'lib/v20180328/models.rb', line 9406 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |