ClientLibraryOrganization$json top-level constant

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

Implementation

@$core.Deprecated('Use clientLibraryOrganizationDescriptor instead')
const ClientLibraryOrganization$json = {
  '1': 'ClientLibraryOrganization',
  '2': [
    {'1': 'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED', '2': 0},
    {'1': 'CLOUD', '2': 1},
    {'1': 'ADS', '2': 2},
    {'1': 'PHOTOS', '2': 3},
    {'1': 'STREET_VIEW', '2': 4},
  ],
};