/** * 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'; /** * A Contact\'s associated Tag. Output purpose only. * @export * @interface WebitelContactsLabel */ export interface WebitelContactsLabel { /** * The user who created this Field. * @type {string} * @memberof WebitelContactsLabel */ created_at?: string; /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsLabel */ 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 WebitelContactsLabel */ etag?: string; /** * The unique ID of the association. Never changes. * @type {string} * @memberof WebitelContactsLabel */ id?: string; /** * REQUIRED. Tag value; NOTE: Keep in mind, hashtags are not case-sensitive, but adding capital letters does make them easier to read: #MakeAWish vs. #makeawish. * @type {string} * @memberof WebitelContactsLabel */ label?: string; /** * Timestamp(milli) of the last Field update. Take part in Etag generation. * @type {string} * @memberof WebitelContactsLabel */ updated_at?: string; /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsLabel */ updated_by?: WebitelContactsLookup; /** * Version of the latest update. Numeric sequence. * @type {number} * @memberof WebitelContactsLabel */ ver?: number; } //# sourceMappingURL=webitel-contacts-label.d.ts.map