Class: TencentCloud::Cpdp::V20190820::RefundCloudOrderResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::RefundCloudOrderResponse
- Defined in:
- lib/v20190820/models.rb
Overview
RefundCloudOrder返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RefundCloudOrderResponse
constructor
A new instance of RefundCloudOrderResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RefundCloudOrderResponse
Returns a new instance of RefundCloudOrderResponse.
24135 24136 24137 |
# File 'lib/v20190820/models.rb', line 24135 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
24133 24134 24135 |
# File 'lib/v20190820/models.rb', line 24133 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
24139 24140 24141 |
# File 'lib/v20190820/models.rb', line 24139 def deserialize(params) @RequestId = params['RequestId'] end |