Event$json top-level constant

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

Implementation

@$core.Deprecated('Use eventDescriptor instead')
const Event$json = {
  '1': 'Event',
  '2': [
    {
      '1': 'editor',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.event.v1.Editor',
      '10': 'editor'
    },
    {
      '1': 'aggregate',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.event.v1.Aggregate',
      '10': 'aggregate'
    },
    {'1': 'sequence', '3': 3, '4': 1, '5': 4, '10': 'sequence'},
    {
      '1': 'creation_date',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'payload',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Struct',
      '8': {},
      '10': 'payload'
    },
    {
      '1': 'type',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.event.v1.EventType',
      '10': 'type'
    },
  ],
};