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 = const {
  '1': 'Event',
  '2': const [
    const {'1': 'editor', '3': 1, '4': 1, '5': 11, '6': '.zitadel.event.v1.Editor', '10': 'editor'},
    const {'1': 'aggregate', '3': 2, '4': 1, '5': 11, '6': '.zitadel.event.v1.Aggregate', '10': 'aggregate'},
    const {'1': 'sequence', '3': 3, '4': 1, '5': 4, '10': 'sequence'},
    const {'1': 'creation_date', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': const {}, '10': 'creationDate'},
    const {'1': 'payload', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '8': const {}, '10': 'payload'},
    const {'1': 'type', '3': 6, '4': 1, '5': 11, '6': '.zitadel.event.v1.EventType', '10': 'type'},
  ],
};