ActivityTimersSearchRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use activityTimersSearchRequestDescriptor instead')
const ActivityTimersSearchRequest$json = {
  '1': 'ActivityTimersSearchRequest',
  '2': [
    {
      '1': 'is_active',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.Scailo.BOOL_FILTER',
      '10': 'isActive'
    },
    {'1': 'count', '3': 2, '4': 1, '5': 3, '8': {}, '10': 'count'},
    {'1': 'offset', '3': 3, '4': 1, '5': 4, '8': {}, '10': 'offset'},
    {
      '1': 'sort_order',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.Scailo.SORT_ORDER',
      '10': 'sortOrder'
    },
    {
      '1': 'sort_key',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.Scailo.ACTIVITY_TIMER_SORT_KEY',
      '10': 'sortKey'
    },
    {'1': 'entity_uuid', '3': 6, '4': 1, '5': 9, '10': 'entityUuid'},
    {'1': 'activity_id', '3': 20, '4': 1, '5': 4, '10': 'activityId'},
    {
      '1': 'activity_action_id',
      '3': 21,
      '4': 1,
      '5': 4,
      '10': 'activityActionId'
    },
    {'1': 'goal_id', '3': 22, '4': 1, '5': 4, '10': 'goalId'},
    {'1': 'employee_id', '3': 23, '4': 1, '5': 4, '10': 'employeeId'},
    {'1': 'starts_at_start', '3': 24, '4': 1, '5': 4, '10': 'startsAtStart'},
    {'1': 'starts_at_end', '3': 25, '4': 1, '5': 4, '10': 'startsAtEnd'},
    {'1': 'ends_at_start', '3': 26, '4': 1, '5': 4, '10': 'endsAtStart'},
    {'1': 'ends_at_end', '3': 27, '4': 1, '5': 4, '10': 'endsAtEnd'},
    {'1': 'search_key', '3': 40, '4': 1, '5': 9, '10': 'searchKey'},
  ],
};