/** * 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'; /** * The Contact\'s variable. Arbitrary data that is populated by users or clients. Duplicate keys and values are allowed. * @export * @interface WebitelContactsVariable */ export interface WebitelContactsVariable { /** * The user who created this Field. * @type {string} * @memberof WebitelContactsVariable */ created_at?: string; /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsVariable */ created_by?: WebitelContactsLookup; /** * Unique ID of the latest version of the update. This ID changes after any update to the underlying value(s). * @type {string} * @memberof WebitelContactsVariable */ etag?: string; /** * The unique ID of the association. Never changes. * @type {string} * @memberof WebitelContactsVariable */ id?: string; /** * Key name of the variable. * @type {string} * @memberof WebitelContactsVariable */ key?: string; /** * Timestamp(milli) of the last Field update. Take part in Etag generation. * @type {string} * @memberof WebitelContactsVariable */ updated_at?: string; /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsVariable */ updated_by?: WebitelContactsLookup; /** * JSON value of the variable. * @type {object} * @memberof WebitelContactsVariable */ value?: object; /** * Version of the latest update. Numeric sequence. * @type {number} * @memberof WebitelContactsVariable */ ver?: number; } //# sourceMappingURL=webitel-contacts-variable.d.ts.map