@webitel/api-services
    Preparing search index...

    A Contact's associated Tag. Output purpose only.

    interface WebitelContactsLabel {
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        etag?: string;
        id?: string;
        label?: string;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
        ver?: number;
    }
    Index

    Properties

    createdAt?: string

    The user who created this Field.

    Timestamp(milli) of the Field creation.

    etag?: string

    Unique ID of the latest version of the update. This ID changes after any update to the underlying value(s).

    id?: string

    The unique ID of the association. Never changes.

    label?: 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.

    updatedAt?: string

    Timestamp(milli) of the last Field update. Take part in Etag generation.

    The user who performed last Update.

    ver?: number

    Version of the latest update. Numeric sequence.