DeletePromotionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use deletePromotionRequestDescriptor instead')
const DeletePromotionRequest$json = {
  '1': 'DeletePromotionRequest',
  '2': [
    {'1': 'restaurant_id', '3': 1, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'promotion_id', '3': 2, '4': 1, '5': 9, '10': 'promotionId'},
    {'1': 'restaurant_employee_id', '3': 3, '4': 1, '5': 9, '10': 'restaurantEmployeeId'},
  ],
};