BatchCreateIndexResponse constructor

BatchCreateIndexResponse({
  1. String? objectIdentifier,
})

Implementation

BatchCreateIndexResponse({
  this.objectIdentifier,
});