DetachFromIndexResponse constructor

DetachFromIndexResponse({
  1. String? detachedObjectIdentifier,
})

Implementation

DetachFromIndexResponse({
  this.detachedObjectIdentifier,
});