AttachToIndexResponse constructor

AttachToIndexResponse({
  1. String? attachedObjectIdentifier,
})

Implementation

AttachToIndexResponse({
  this.attachedObjectIdentifier,
});