/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { TripStartTimeStrategyStudio } from './tripStartTimeStrategy';
import { AttributeStudio } from './attribute';
/**
 * Expectations from the calculation result. Affect the calculation logic.
 */
export interface TripExpectationsStudio {
    [key: string]: any | any;
    trip_start_time_strategy?: TripStartTimeStrategyStudio;
    /**
     * Problem kind.
     */
    problem_kind?: string | null;
    /**
     * Attributes. Used to add service information.
     */
    attributes?: Array<AttributeStudio>;
}
