CountParentType$json top-level constant

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

Implementation

@$core.Deprecated('Use countParentTypeDescriptor instead')
const CountParentType$json = {
  '1': 'CountParentType',
  '2': [
    {'1': 'COUNT_PARENT_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'COUNT_PARENT_TYPE_INSTANCE', '2': 1},
    {'1': 'COUNT_PARENT_TYPE_ORGANIZATION', '2': 2},
  ],
};