/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { HardlinkElementUniversal } from './hardlinkElement'; import { AttributeUniversal } from './attribute'; /** * Assignment required to associate entities in a single group. It can consist of two or more entities. Example: * driver assignment to the transport (connection between the performer\'s shifts and the transport). * order assignment to the performer (link the order to a performer\'s shift). * specifying the need to perform multiple orders during a single trip (linking orders to deliver them within one trip). */ export interface HardlinkUniversal { [key: string]: any | any; /** * Hardlink key. */ key: string; /** * List of items in the assignment group. */ links: Array; /** * Attributes. Used to add service information. */ attributes?: Array; }