GetSequenceDatasetExportResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getSequenceDatasetExportResponseDescriptor instead')
const GetSequenceDatasetExportResponse$json = {
  '1': 'GetSequenceDatasetExportResponse',
  '2': [
    {'1': 'job_id', '3': 1, '4': 1, '5': 9, '10': 'jobId'},
    {'1': 'status', '3': 2, '4': 1, '5': 14, '6': '.viam.app.dataset.v1.SequenceDatasetExportStatus', '10': 'status'},
    {'1': 'download_url', '3': 3, '4': 1, '5': 9, '10': 'downloadUrl'},
    {'1': 'expires_at', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'expiresAt'},
    {'1': 'error_message', '3': 5, '4': 1, '5': 9, '10': 'errorMessage'},
    {'1': 'created_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    {'1': 'completed_at', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'completedAt'},
  ],
};