TimestampFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use timestampFilterDescriptor instead')
const TimestampFilter$json = {
  '1': 'TimestampFilter',
  '2': [
    {
      '1': 'timestamp',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'timestamp'
    },
    {
      '1': 'method',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.zitadel.filter.v2.TimestampFilterMethod',
      '8': {},
      '10': 'method'
    },
  ],
};