CreateIndexRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createIndexRequestDescriptor instead')
const CreateIndexRequest$json = const {
  '1': 'CreateIndexRequest',
  '2': const [
    const {'1': 'collectionOid', '3': 1, '4': 1, '5': 12, '10': 'collectionOid'},
    const {'1': 'keys', '3': 2, '4': 1, '5': 12, '10': 'keys'},
    const {'1': 'indexOptions', '3': 3, '4': 1, '5': 12, '10': 'indexOptions'},
  ],
};