/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as Intercom from "../../../../index";
/**
 * @example
 *     {}
 */
export interface ListDataAttributesRequest {
    /**
     * Specify the data attribute model to return.
     */
    model?: Intercom.DataAttributesListRequestModel;
    /**
     * Include archived attributes in the list. By default we return only non archived data attributes.
     */
    include_archived?: boolean;
}
