GroupUserFieldName$json top-level constant

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

Implementation

@$core.Deprecated('Use groupUserFieldNameDescriptor instead')
const GroupUserFieldName$json = {
  '1': 'GroupUserFieldName',
  '2': [
    {'1': 'GROUP_USER_FIELD_NAME_UNSPECIFIED', '2': 0},
    {'1': 'GROUP_USER_FIELD_NAME_USER_ID', '2': 1},
    {'1': 'GROUP_USER_FIELD_NAME_GROUP_ID', '2': 2},
    {'1': 'GROUP_USER_FIELD_NAME_CREATION_DATE', '2': 3},
  ],
};