AssignRouteRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use assignRouteRequestDescriptor instead')
const AssignRouteRequest$json = {
  '1': 'AssignRouteRequest',
  '2': [
    {'1': 'subject_id', '3': 1, '4': 1, '5': 9, '10': 'subjectId'},
    {'1': 'route_id', '3': 2, '4': 1, '5': 9, '10': 'routeId'},
    {'1': 'valid_from', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'validFrom'},
    {'1': 'valid_until', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'validUntil'},
  ],
};