UpdateShardCutoffPointRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateShardCutoffPointRequestDescriptor instead')
const UpdateShardCutoffPointRequest$json = {
  '1': 'UpdateShardCutoffPointRequest',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'shard_id', '3': 2, '4': 1, '5': 13, '10': 'shardId'},
    {'1': 'cutoff', '3': 3, '4': 1, '5': 11, '6': '.qdrant.RecoveryPoint', '10': 'cutoff'},
  ],
};