/**
 * 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.
 */
/**
 * String search filter.
 */
export interface TableFilterStringSearchStudio {
    [key: string]: any | any;
    /**
     * String for search.
     */
    text?: string | null;
    /**
     * Exact match (`false`) or search by occurrence of a substring (`true`).
     */
    strict?: boolean;
}
