RunAggregationQueryResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use runAggregationQueryResponseDescriptor instead')
const RunAggregationQueryResponse$json = {
  '1': 'RunAggregationQueryResponse',
  '2': [
    {
      '1': 'result',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.AggregationResult',
      '10': 'result'
    },
    {'1': 'transaction', '3': 2, '4': 1, '5': 12, '10': 'transaction'},
    {
      '1': 'read_time',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'readTime'
    },
  ],
};