BatchWriteResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use batchWriteResponseDescriptor instead')
const BatchWriteResponse$json = {
  '1': 'BatchWriteResponse',
  '2': [
    {
      '1': 'write_results',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.firestore.v1.WriteResult',
      '10': 'writeResults'
    },
    {
      '1': 'status',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
  ],
};