intercom-client
Version:
Official Node bindings to the Intercom API
19 lines (18 loc) • 469 B
TypeScript
/**
* 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;
}