GetRoleResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getRoleResponseDescriptor instead')
const GetRoleResponse$json = {
  '1': 'GetRoleResponse',
  '2': [
    {'1': 'restaurant_id', '3': 1, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'role_id', '3': 2, '4': 1, '5': 9, '10': 'roleId'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
    {'1': 'default_wage', '3': 5, '4': 1, '5': 1, '10': 'defaultWage'},
    {'1': 'default_pay_interval', '3': 6, '4': 1, '5': 9, '10': 'defaultPayInterval'},
    {'1': 'service_group', '3': 7, '4': 1, '5': 9, '10': 'serviceGroup'},
    {'1': 'is_back_of_house', '3': 8, '4': 1, '5': 8, '10': 'isBackOfHouse'},
    {'1': 'is_active', '3': 9, '4': 1, '5': 8, '10': 'isActive'},
  ],
};