Class: TencentCloud::Cls::V20201016::DeleteKafkaRechargeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteKafkaRechargeRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteKafkaRecharge请求参数结构体
Instance Attribute Summary collapse
-
#Id ⇒ Object
-
通过 [创建Kafka数据订阅任务](cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。 - 通过 [获取Kafka数据订阅任务列表](cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。 - 通过(cloud.tencent.com/document/product/614/56454)获取日志主题Id。.
-
-
#TopicId ⇒ Object
-
通过 [创建Kafka数据订阅任务](cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。 - 通过 [获取Kafka数据订阅任务列表](cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。 - 通过(cloud.tencent.com/document/product/614/56454)获取日志主题Id。.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, topicid = nil) ⇒ DeleteKafkaRechargeRequest
constructor
A new instance of DeleteKafkaRechargeRequest.
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
#Id ⇒ Object
-
通过 [创建Kafka数据订阅任务](cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。
-
通过 [获取Kafka数据订阅任务列表](cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。
5108 5109 5110 |
# File 'lib/v20201016/models.rb', line 5108 def Id @Id end |
#TopicId ⇒ Object
-
通过 [创建Kafka数据订阅任务](cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。
-
通过 [获取Kafka数据订阅任务列表](cloud.tencent.com/document/product/614/94446)获取Kafka导入配置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 |