CreateIndexResponse constructor

CreateIndexResponse({
  1. String? id,
})

Implementation

CreateIndexResponse({
  this.id,
});