ObjectAttributeAction constructor

ObjectAttributeAction({
  1. UpdateActionType? objectAttributeActionType,
  2. TypedAttributeValue? objectAttributeUpdateValue,
})

Implementation

ObjectAttributeAction({
  this.objectAttributeActionType,
  this.objectAttributeUpdateValue,
});