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.



5110
5111
5112
5113
# File 'lib/v20201016/models.rb', line 5110

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

Instance Attribute Details

#IdObject

Parameters:

  • TopicId:

    导入CLS目标日志主题Id。



5108
5109
5110
# File 'lib/v20201016/models.rb', line 5108

def Id
  @Id
end

#TopicIdObject

Parameters:

  • TopicId:

    导入CLS目标日志主题Id。



5108
5109
5110
# File 'lib/v20201016/models.rb', line 5108

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



5115
5116
5117
5118
# File 'lib/v20201016/models.rb', line 5115

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