Class: TencentCloud::Cls::V20201016::CreateCosRechargeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateCosRechargeResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CreateCosRecharge返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreateCosRechargeResponse
constructor
A new instance of CreateCosRechargeResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreateCosRechargeResponse
Returns a new instance of CreateCosRechargeResponse.
3270 3271 3272 3273 |
# File 'lib/v20201016/models.rb', line 3270 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
3268 3269 3270 |
# File 'lib/v20201016/models.rb', line 3268 def Id @Id end |
#RequestId ⇒ Object
3268 3269 3270 |
# File 'lib/v20201016/models.rb', line 3268 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3275 3276 3277 3278 |
# File 'lib/v20201016/models.rb', line 3275 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |