UpdateObjectAttributesResponse constructor

UpdateObjectAttributesResponse({
  1. String? objectIdentifier,
})

Implementation

UpdateObjectAttributesResponse({
  this.objectIdentifier,
});