/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { WebitelContactsLookup } from './webitel-contacts-lookup'; /** * Input message for creating/updating a dynamic group. * @export * @interface WebitelContactsDynamicGroupInput */ export interface WebitelContactsDynamicGroupInput { /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsDynamicGroupInput */ default_group?: WebitelContactsLookup; /** * The description of the dynamic group. * @type {string} * @memberof WebitelContactsDynamicGroupInput */ description?: string; /** * Enabled status of the dynamic group: active/inactive. * @type {boolean} * @memberof WebitelContactsDynamicGroupInput */ enabled?: boolean; /** * The name of the dynamic group. * @type {string} * @memberof WebitelContactsDynamicGroupInput */ name?: string; } //# sourceMappingURL=webitel-contacts-dynamic-group-input.d.ts.map