UpdateResult$json top-level constant

  1. @Deprecated('Use updateResultDescriptor instead')
Map<String, Object> const UpdateResult$json

Implementation

@$core.Deprecated('Use updateResultDescriptor instead')
const UpdateResult$json = const {
  '1': 'UpdateResult',
  '2': const [
    const {'1': 'matched_count', '3': 1, '4': 1, '5': 3, '10': 'matchedCount'},
    const {'1': 'modified_count', '3': 2, '4': 1, '5': 3, '10': 'modifiedCount'},
    const {'1': 'upserted_count', '3': 3, '4': 1, '5': 3, '10': 'upsertedCount'},
    const {'1': 'upserted_id', '3': 4, '4': 1, '5': 12, '10': 'upsertedId'},
  ],
};