AccountProto_Roles$json top-level constant

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

Implementation

@$core.Deprecated('Use accountProtoDescriptor instead')
const AccountProto_Roles$json = {
  '1': 'Roles',
  '2': [
    {'1': 'SYSTEM_ADMIN', '2': 0},
    {'1': 'ADMIN', '2': 1},
    {'1': 'APP_GLOBAL', '2': 2},
    {'1': 'APP_CLUSTER', '2': 3},
    {'1': 'SERVICE_USER', '2': 4},
    {'1': 'DRUM_API_ERP', '2': 5},
    {'1': 'DRUM_TRACKER_VIEW_ALL', '2': 6},
  ],
};