CreateDiscountRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createDiscountRequestDescriptor instead')
const CreateDiscountRequest$json = {
  '1': 'CreateDiscountRequest',
  '2': [
    {'1': 'restaurant_id', '3': 1, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'discount', '3': 2, '4': 1, '5': 11, '6': '.discounts.v1.Discount', '10': 'discount'},
    {'1': 'restaurant_employee_id', '3': 3, '4': 1, '5': 9, '10': 'restaurantEmployeeId'},
  ],
};