ResourceOwnerType$json top-level constant

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

Implementation

@$core.Deprecated('Use resourceOwnerTypeDescriptor instead')
const ResourceOwnerType$json = {
  '1': 'ResourceOwnerType',
  '2': [
    {'1': 'RESOURCE_OWNER_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'RESOURCE_OWNER_TYPE_INSTANCE', '2': 1},
    {'1': 'RESOURCE_OWNER_TYPE_ORG', '2': 2},
  ],
};