GetRobotPartHistoryRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getRobotPartHistoryRequestDescriptor instead')
const GetRobotPartHistoryRequest$json = {
  '1': 'GetRobotPartHistoryRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'page_token', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'pageToken', '17': true},
    {'1': 'page_limit', '3': 3, '4': 1, '5': 3, '9': 1, '10': 'pageLimit', '17': true},
    {'1': 'start', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 2, '10': 'start', '17': true},
    {'1': 'end', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 3, '10': 'end', '17': true},
  ],
  '8': [
    {'1': '_page_token'},
    {'1': '_page_limit'},
    {'1': '_start'},
    {'1': '_end'},
  ],
};