Class: TencentCloud::Cls::V20201016::DescribeKafkaRechargesRequest

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

Overview

DescribeKafkaRecharges请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topicid = nil, id = nil, status = nil) ⇒ DescribeKafkaRechargesRequest

Returns a new instance of DescribeKafkaRechargesRequest.



8804
8805
8806
8807
8808
# File 'lib/v20201016/models.rb', line 8804

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

Instance Attribute Details

#Id ⇒ Object

Parameters:

  • TopicId: —

    日志主题Id。

  • Id: —

    导入配置Id。

  • Status: —

    状态。1: 运行中,2: 暂停,3:错误



8802
8803
8804
# File 'lib/v20201016/models.rb', line 8802

def Id
  @Id
end

#Status ⇒ Object

Parameters:

  • TopicId: —

    日志主题Id。

  • Id: —

    导入配置Id。

  • Status: —

    状态。1: 运行中,2: 暂停,3:错误



8802
8803
8804
# File 'lib/v20201016/models.rb', line 8802

def Status
  @Status
end

#TopicId ⇒ Object

Parameters:

  • TopicId: —

    日志主题Id。

  • Id: —

    导入配置Id。

  • Status: —

    状态。1: 运行中,2: 暂停,3:错误



8802
8803
8804
# File 'lib/v20201016/models.rb', line 8802

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



8810
8811
8812
8813
8814
# File 'lib/v20201016/models.rb', line 8810

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