Class: TencentCloud::Cpdp::V20190820::RefundResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::RefundResponse
- Defined in:
- lib/v20190820/models.rb
Overview
Refund返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RefundResponse
constructor
A new instance of RefundResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RefundResponse
Returns a new instance of RefundResponse.
24634 24635 24636 |
# File 'lib/v20190820/models.rb', line 24634 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
24632 24633 24634 |
# File 'lib/v20190820/models.rb', line 24632 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
24638 24639 24640 |
# File 'lib/v20190820/models.rb', line 24638 def deserialize(params) @RequestId = params['RequestId'] end |