GetSubjectEventsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getSubjectEventsRequestDescriptor instead')
const GetSubjectEventsRequest$json = {
  '1': 'GetSubjectEventsRequest',
  '2': [
    {'1': 'subject_id', '3': 1, '4': 1, '5': 9, '10': 'subjectId'},
    {'1': 'from', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'from'},
    {'1': 'to', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'to'},
    {'1': 'limit', '3': 4, '4': 1, '5': 5, '10': 'limit'},
    {'1': 'offset', '3': 5, '4': 1, '5': 5, '10': 'offset'},
  ],
};