BatchUpdateObjectAttributes constructor
BatchUpdateObjectAttributes({
- required List<
ObjectAttributeUpdate> attributeUpdates, - required ObjectReference objectReference,
Implementation
BatchUpdateObjectAttributes({
required this.attributeUpdates,
required this.objectReference,
});