CreateSubCategoryRequest$json top-level constant
Implementation
@$core.Deprecated('Use createSubCategoryRequestDescriptor instead')
const CreateSubCategoryRequest$json = {
'1': 'CreateSubCategoryRequest',
'2': [
{'1': 'restaurant_id', '3': 1, '4': 1, '5': 9, '10': 'restaurantId'},
{'1': 'on_main_category_id', '3': 2, '4': 1, '5': 9, '10': 'onMainCategoryId'},
{'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
{'1': 'exclude_from_autograt', '3': 4, '4': 1, '5': 8, '10': 'excludeFromAutograt'},
{'1': 'tax_rate', '3': 5, '4': 1, '5': 11, '6': '.menu.v1.TaxRate', '10': 'taxRate'},
{'1': 'printers', '3': 6, '4': 3, '5': 11, '6': '.menu.v1.PrinterOnSubCat', '10': 'printers'},
{'1': 'user_id', '3': 7, '4': 1, '5': 9, '10': 'userId'},
],
};