Class: TencentCloud::Cls::V20201016::DeleteCosRechargeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteCosRechargeResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteCosRecharge返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCosRechargeResponse
constructor
A new instance of DeleteCosRechargeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCosRechargeResponse
Returns a new instance of DeleteCosRechargeResponse.
5942 5943 5944 |
# File 'lib/v20201016/models.rb', line 5942 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5940 5941 5942 |
# File 'lib/v20201016/models.rb', line 5940 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5946 5947 5948 |
# File 'lib/v20201016/models.rb', line 5946 def deserialize(params) @RequestId = params['RequestId'] end |