Class: TencentCloud::Cpdp::V20190820::ApplyWithdrawalResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ApplyWithdrawalResponse
- Defined in:
- lib/v20190820/models.rb
Overview
ApplyWithdrawal返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ApplyWithdrawalResponse
constructor
A new instance of ApplyWithdrawalResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ApplyWithdrawalResponse
Returns a new instance of ApplyWithdrawalResponse.
2574 2575 2576 |
# File 'lib/v20190820/models.rb', line 2574 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2572 2573 2574 |
# File 'lib/v20190820/models.rb', line 2572 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2578 2579 2580 |
# File 'lib/v20190820/models.rb', line 2578 def deserialize(params) @RequestId = params['RequestId'] end |