BatchCreateObjectResponse constructor

BatchCreateObjectResponse({
  1. String? objectIdentifier,
})

Implementation

BatchCreateObjectResponse({
  this.objectIdentifier,
});