GroupsSearchFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use groupsSearchFilterDescriptor instead')
const GroupsSearchFilter$json = {
  '1': 'GroupsSearchFilter',
  '2': [
    {
      '1': 'group_ids',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.filter.v2.InIDsFilter',
      '9': 0,
      '10': 'groupIds'
    },
    {
      '1': 'name_filter',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.group.v2.GroupNameFilter',
      '9': 0,
      '10': 'nameFilter'
    },
    {
      '1': 'organization_id',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.filter.v2.IDFilter',
      '9': 0,
      '10': 'organizationId'
    },
  ],
  '8': [
    {'1': 'filter', '2': {}},
  ],
};