/**
 * 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 { TimeWindowStudio } from './timeWindow';
/**
 * Tag life time window.
 */
export interface FeatureLifetimeStudio {
    [key: string]: any | any;
    /**
     * Tag used to determine [compatibility](#section/Description/Compatibilities).
     */
    feature: string;
    /**
     * A list of time windows within which the specified tag exists. If compatibility is affected by several features with different windows - entities will be considered compatible within the intersection of windows. There cannot be more than 4 intersections of the specified windows for all tags for one performer.
     */
    time_windows: Array<TimeWindowStudio>;
}
