class TencentCloud::Ckafka::V20190819::BatchModifyTopicInfo

def initialize(topicname=nil, partitionnum=nil, note=nil, replicanum=nil, cleanuppolicy=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, retentionbytes=nil, segmentms=nil, maxmessagebytes=nil, logmsgtimestamptype=nil)

def initialize(topicname=nil, partitionnum=nil, note=nil, replicanum=nil, cleanuppolicy=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, retentionbytes=nil, segmentms=nil, maxmessagebytes=nil, logmsgtimestamptype=nil)
  @TopicName = topicname
  @PartitionNum = partitionnum
  @Note = note
  @ReplicaNum = replicanum
  @CleanUpPolicy = cleanuppolicy
  @MinInsyncReplicas = mininsyncreplicas
  @UncleanLeaderElectionEnable = uncleanleaderelectionenable
  @RetentionMs = retentionms
  @RetentionBytes = retentionbytes
  @SegmentMs = segmentms
  @MaxMessageBytes = maxmessagebytes
  @LogMsgTimestampType = logmsgtimestamptype
end