BatchUpdateObjectAttributes constructor

BatchUpdateObjectAttributes({
  1. required List<ObjectAttributeUpdate> attributeUpdates,
  2. required ObjectReference objectReference,
})

Implementation

BatchUpdateObjectAttributes({
  required this.attributeUpdates,
  required this.objectReference,
});