JobStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use jobStatusDescriptor instead')
const JobStatus$json = const {
  '1': 'JobStatus',
  '2': const [
    const {'1': 'job_id', '3': 3, '4': 1, '5': 12, '10': 'jobId'},
    const {
      '1': 'state',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.toit.model.JobState',
      '10': 'state'
    },
    const {
      '1': 'updated',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updated'
    },
  ],
};