CreateIndexRequest$json top-level constant
- @Deprecated('Use createIndexRequestDescriptor instead')
Implementation
@$core.Deprecated('Use createIndexRequestDescriptor instead')
const CreateIndexRequest$json = const {
'1': 'CreateIndexRequest',
'2': const [
const {'1': 'database', '3': 1, '4': 1, '5': 9, '10': 'database'},
const {'1': 'collection', '3': 2, '4': 1, '5': 9, '10': 'collection'},
const {'1': 'index', '3': 3, '4': 1, '5': 11, '6': '.mongorpc.Index', '10': 'index'},
],
};