Class: TencentCloud::Sqlserver::V20180328::DeleteAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DeleteAccountResponse
- Defined in:
- lib/v20180328/models.rb
Overview
DeleteAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ DeleteAccountResponse
constructor
A new instance of DeleteAccountResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ DeleteAccountResponse
Returns a new instance of DeleteAccountResponse.
2843 2844 2845 2846 |
# File 'lib/v20180328/models.rb', line 2843 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
2841 2842 2843 |
# File 'lib/v20180328/models.rb', line 2841 def FlowId @FlowId end |
#RequestId ⇒ Object
2841 2842 2843 |
# File 'lib/v20180328/models.rb', line 2841 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2848 2849 2850 2851 |
# File 'lib/v20180328/models.rb', line 2848 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |