ReviewQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use reviewQueryDescriptor instead')
const ReviewQuery$json = {
  '1': 'ReviewQuery',
  '2': [
    {
      '1': 'Continuation',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ContinuationToken',
      '10': 'Continuation'
    },
    {
      '1': 'AccountId',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {
      '1': 'ObjectId',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.StoredObjectId',
      '10': 'ObjectId'
    },
    {
      '1': 'AuthoredBy',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.AccountUserId',
      '10': 'AuthoredBy'
    },
    {
      '1': 'PageSize',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Int32Value',
      '10': 'PageSize'
    },
  ],
};