OwnerType$json top-level constant

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

Implementation

@$core.Deprecated('Use ownerTypeDescriptor instead')
const OwnerType$json = {
  '1': 'OwnerType',
  '2': [
    {'1': 'OWNER_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'OWNER_TYPE_SYSTEM', '2': 1},
    {'1': 'OWNER_TYPE_INSTANCE', '2': 2},
    {'1': 'OWNER_TYPE_ORG', '2': 3},
  ],
};