OrganizationFieldName$json top-level constant

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

Implementation

@$core.Deprecated('Use organizationFieldNameDescriptor instead')
const OrganizationFieldName$json = {
  '1': 'OrganizationFieldName',
  '2': [
    {'1': 'ORGANIZATION_FIELD_NAME_UNSPECIFIED', '2': 0},
    {'1': 'ORGANIZATION_FIELD_NAME_NAME', '2': 1},
  ],
};