ReadPhotosRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use readPhotosRequestDescriptor instead')
const ReadPhotosRequest$json = {
  '1': 'ReadPhotosRequest',
  '2': [
    {'1': 'chainId', '3': 1, '4': 1, '5': 9, '10': 'chainId'},
    {'1': 'lastFetchTimestampUTC', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'lastFetchTimestampUTC'},
    {'1': 'offset', '3': 3, '4': 1, '5': 5, '10': 'offset'},
    {'1': 'limit', '3': 4, '4': 1, '5': 5, '10': 'limit'},
  ],
};