class TencentCloud::Ckafka::V20190819::CreateDatahubTopicRequest

def initialize(name=nil, partitionnum=nil, retentionms=nil, note=nil, tags=nil)

def initialize(name=nil, partitionnum=nil, retentionms=nil, note=nil, tags=nil)
  @Name = name
  @PartitionNum = partitionnum
  @RetentionMs = retentionms
  @Note = note
  @Tags = tags
end