AddRestaurantDeviceRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addRestaurantDeviceRequestDescriptor instead')
const AddRestaurantDeviceRequest$json = {
  '1': 'AddRestaurantDeviceRequest',
  '2': [
    {'1': 'device_id', '3': 1, '4': 1, '5': 9, '10': 'deviceId'},
    {'1': 'restaurant_id', '3': 2, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'serial_number', '3': 4, '4': 1, '5': 9, '10': 'serialNumber'},
    {'1': 'prompt_for_tip', '3': 5, '4': 1, '5': 8, '10': 'promptForTip'},
  ],
};