InsertManyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use insertManyRequestDescriptor instead')
const InsertManyRequest$json = const {
  '1': 'InsertManyRequest',
  '2': const [
    const {'1': 'collectionOid', '3': 1, '4': 1, '5': 12, '10': 'collectionOid'},
    const {'1': 'context', '3': 2, '4': 1, '5': 11, '6': '.RequestContext', '10': 'context'},
    const {'1': 'documents', '3': 3, '4': 3, '5': 12, '10': 'documents'},
  ],
};