Class: TencentCloud::Sqlserver::V20180328::ModifyDBEncryptAttributesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ModifyDBEncryptAttributesResponse
- Defined in:
- lib/v20180328/models.rb
Overview
ModifyDBEncryptAttributes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ModifyDBEncryptAttributesResponse
constructor
A new instance of ModifyDBEncryptAttributesResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ModifyDBEncryptAttributesResponse
Returns a new instance of ModifyDBEncryptAttributesResponse.
8597 8598 8599 8600 |
# File 'lib/v20180328/models.rb', line 8597 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
8595 8596 8597 |
# File 'lib/v20180328/models.rb', line 8595 def FlowId @FlowId end |
#RequestId ⇒ Object
8595 8596 8597 |
# File 'lib/v20180328/models.rb', line 8595 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8602 8603 8604 8605 |
# File 'lib/v20180328/models.rb', line 8602 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |