Class: TencentCloud::Cpdp::V20190820::ApplyReWithdrawalResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ApplyReWithdrawalResponse
- Defined in:
- lib/v20190820/models.rb
Overview
ApplyReWithdrawal返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(withdraworderid = nil, requestid = nil) ⇒ ApplyReWithdrawalResponse
constructor
A new instance of ApplyReWithdrawalResponse.
Constructor Details
#initialize(withdraworderid = nil, requestid = nil) ⇒ ApplyReWithdrawalResponse
Returns a new instance of ApplyReWithdrawalResponse.
2215 2216 2217 2218 |
# File 'lib/v20190820/models.rb', line 2215 def initialize(withdraworderid=nil, requestid=nil) @WithdrawOrderId = withdraworderid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2213 2214 2215 |
# File 'lib/v20190820/models.rb', line 2213 def RequestId @RequestId end |
#WithdrawOrderId ⇒ Object
2213 2214 2215 |
# File 'lib/v20190820/models.rb', line 2213 def WithdrawOrderId @WithdrawOrderId end |
Instance Method Details
#deserialize(params) ⇒ Object
2220 2221 2222 2223 |
# File 'lib/v20190820/models.rb', line 2220 def deserialize(params) @WithdrawOrderId = params['WithdrawOrderId'] @RequestId = params['RequestId'] end |