Class: TencentCloud::Cls::V20201016::DeleteCosRechargeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteCosRechargeRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteCosRecharge请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, topicid = nil) ⇒ DeleteCosRechargeRequest
constructor
A new instance of DeleteCosRechargeRequest.
Constructor Details
#initialize(id = nil, topicid = nil) ⇒ DeleteCosRechargeRequest
Returns a new instance of DeleteCosRechargeRequest.
5924 5925 5926 5927 |
# File 'lib/v20201016/models.rb', line 5924 def initialize(id=nil, topicid=nil) @Id = id @TopicId = topicid end |
Instance Attribute Details
#Id ⇒ Object
5922 5923 5924 |
# File 'lib/v20201016/models.rb', line 5922 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
5929 5930 5931 5932 |
# File 'lib/v20201016/models.rb', line 5929 def deserialize(params) @Id = params['Id'] @TopicId = params['TopicId'] end |