Class: TencentCloud::Cls::V20201016::DeleteCosRechargeRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201016/models.rb

Overview

DeleteCosRecharge请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • Id: —

    COS导入配置Id。

  • TopicId: —

    日志主题Id。



5922
5923
5924
# File 'lib/v20201016/models.rb', line 5922

def Id
  @Id
end

#TopicId ⇒ Object

Parameters:

  • Id: —

    COS导入配置Id。

  • TopicId: —

    日志主题Id。



5922
5923
5924
# File 'lib/v20201016/models.rb', line 5922

def TopicId
  @TopicId
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