Class: TencentCloud::Mongodb::V20190725::EnableTransparentDataEncryptionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::EnableTransparentDataEncryptionResponse
- Defined in:
- lib/v20190725/models.rb
Overview
EnableTransparentDataEncryption返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ EnableTransparentDataEncryptionResponse
constructor
A new instance of EnableTransparentDataEncryptionResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ EnableTransparentDataEncryptionResponse
Returns a new instance of EnableTransparentDataEncryptionResponse.
3409 3410 3411 3412 |
# File 'lib/v20190725/models.rb', line 3409 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
3407 3408 3409 |
# File 'lib/v20190725/models.rb', line 3407 def FlowId @FlowId end |
#RequestId ⇒ Object
3407 3408 3409 |
# File 'lib/v20190725/models.rb', line 3407 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3414 3415 3416 3417 |
# File 'lib/v20190725/models.rb', line 3414 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |