BatchUpdateObjectAttributesResponse constructor

BatchUpdateObjectAttributesResponse({
  1. String? objectIdentifier,
})

Implementation

BatchUpdateObjectAttributesResponse({
  this.objectIdentifier,
});