SearchFacetOption$json top-level constant

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

Implementation

@$core.Deprecated('Use searchFacetOptionDescriptor instead')
const SearchFacetOption$json = {
  '1': 'SearchFacetOption',
  '2': [
    {'1': 'DisplayName', '3': 1, '4': 1, '5': 9, '10': 'DisplayName'},
    {
      '1': 'Count',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Int32Value',
      '10': 'Count'
    },
    {'1': 'Filter', '3': 3, '4': 1, '5': 9, '10': 'Filter'},
    {'1': 'Selected', '3': 4, '4': 1, '5': 8, '10': 'Selected'},
    {'1': 'Indent', '3': 5, '4': 1, '5': 5, '10': 'Indent'},
  ],
};