GraphQL OBJECT
BackupMediumJob
One backup medium job related to the purchase item.
link Definition
- type BackupMediumJob {
- #   The main referred product.
- : Product 
- #   The time of the label.
- : DateTime 
- #   The time of the production.
- : DateTime 
- #   The status of the job.
- : BackupMediumJobStatus 
- }