class TencentCloud::Ckafka::V20190819::TopicInSyncReplicaInfo

def initialize(partition=nil, leader=nil, replica=nil, insyncreplica=nil, beginoffset=nil, endoffset=nil, messagecount=nil, outofsyncreplica=nil)

def initialize(partition=nil, leader=nil, replica=nil, insyncreplica=nil, beginoffset=nil, endoffset=nil, messagecount=nil, outofsyncreplica=nil)
  @Partition = partition
  @Leader = leader
  @Replica = replica
  @InSyncReplica = insyncreplica
  @BeginOffset = beginoffset
  @EndOffset = endoffset
  @MessageCount = messagecount
  @OutOfSyncReplica = outofsyncreplica
end