Class: TencentCloud::Cls::V20201016::DeleteKafkaRechargeRequest

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

Overview

DeleteKafkaRecharge请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, topicid = nil) ⇒ DeleteKafkaRechargeRequest

Returns a new instance of DeleteKafkaRechargeRequest.



6239
6240
6241
6242
# File 'lib/v20201016/models.rb', line 6239

def initialize(id=nil, topicid=nil)
  @Id = id
  @TopicId = topicid
end

Instance Attribute Details

#Id ⇒ Object

Parameters:

  • TopicId: —

    导入CLS目标日志主题Id。



6237
6238
6239
# File 'lib/v20201016/models.rb', line 6237

def Id
  @Id
end

#TopicId ⇒ Object

Parameters:

  • TopicId: —

    导入CLS目标日志主题Id。



6237
6238
6239
# File 'lib/v20201016/models.rb', line 6237

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



6244
6245
6246
6247
# File 'lib/v20201016/models.rb', line 6244

def deserialize(params)
  @Id = params['Id']
  @TopicId = params['TopicId']
end