BatchDetachFromIndexResponse constructor

BatchDetachFromIndexResponse({
  1. String? detachedObjectIdentifier,
})

Implementation

BatchDetachFromIndexResponse({
  this.detachedObjectIdentifier,
});