ListEventsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use listEventsRequestDescriptor instead')
const ListEventsRequest$json = {
  '1': 'ListEventsRequest',
  '2': [
    {'1': 'sequence', '3': 1, '4': 1, '5': 4, '8': {}, '10': 'sequence'},
    {'1': 'limit', '3': 2, '4': 1, '5': 13, '8': {}, '10': 'limit'},
    {'1': 'asc', '3': 3, '4': 1, '5': 8, '8': {}, '10': 'asc'},
    {'1': 'editor_user_id', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'editorUserId'},
    {'1': 'event_types', '3': 5, '4': 3, '5': 9, '8': {}, '10': 'eventTypes'},
    {'1': 'aggregate_id', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'aggregateId'},
    {'1': 'aggregate_types', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'aggregateTypes'},
    {'1': 'resource_owner', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'resourceOwner'},
    {
      '1': 'creation_date',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {'3': true},
      '10': 'creationDate',
    },
    {'1': 'range', '3': 10, '4': 1, '5': 11, '6': '.zitadel.admin.v1.ListEventsRequest.creation_date_range', '9': 0, '10': 'range'},
    {'1': 'from', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': {}, '9': 0, '10': 'from'},
  ],
  '3': [ListEventsRequest_creation_date_range$json],
  '8': [
    {'1': 'creation_date_filter'},
  ],
};