BatchAttachObjectResponse constructor

BatchAttachObjectResponse({
  1. String? attachedObjectIdentifier,
})

Implementation

BatchAttachObjectResponse({
  this.attachedObjectIdentifier,
});