GetRobotPartLogsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getRobotPartLogsRequestDescriptor instead')
const GetRobotPartLogsRequest$json = {
  '1': 'GetRobotPartLogsRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {
      '1': 'errors_only',
      '3': 2,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'errorsOnly',
    },
    {'1': 'filter', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'filter', '17': true},
    {'1': 'page_token', '3': 4, '4': 1, '5': 9, '9': 1, '10': 'pageToken', '17': true},
    {'1': 'levels', '3': 5, '4': 3, '5': 9, '10': 'levels'},
  ],
  '8': [
    {'1': '_filter'},
    {'1': '_page_token'},
  ],
};