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

    A Contact's locale preference. Output purpose only.

    interface ContactsLanguage {
        code?: string;
        createdAt?: string;
        createdBy?: WebitelContactsLookup;
        etag?: string;
        id?: string;
        lang?: string;
        name?: string;
        primary?: boolean;
        region?: string;
        script?: string;
        tag?: string;
        updatedAt?: string;
        updatedBy?: WebitelContactsLookup;
        ver?: number;
    }
    Index

    Properties

    code?: string
    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.

    lang?: string
    name?: string
    primary?: boolean

    Indicates whether this association is the default among others of the same type.

    region?: string
    script?: string
    tag?: string
    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.