CreateIndexResponse constructor

CreateIndexResponse({
  1. String? objectIdentifier,
})

Implementation

CreateIndexResponse({
  this.objectIdentifier,
});