CreateObjectResponse constructor

CreateObjectResponse({
  1. String? objectIdentifier,
})

Implementation

CreateObjectResponse({
  this.objectIdentifier,
});