ObjectAttributeUpdate constructor

ObjectAttributeUpdate({
  1. ObjectAttributeAction? objectAttributeAction,
  2. AttributeKey? objectAttributeKey,
})

Implementation

ObjectAttributeUpdate({
  this.objectAttributeAction,
  this.objectAttributeKey,
});