@webitel/api-services
    Preparing search index...
    interface ContactsComment {
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        etag?: string;
        format?: CommentFormat[];
        id?: string;
        text?: 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).

    format?: CommentFormat[]

    Styles of the text components.

    id?: string

    The unique ID of the Comment. Never changes.

    text?: string

    Rich Text, multi-line[d] string value.

    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.