/** * A container of the attributes to be updated. * @export * @interface ModifyItemPayloadDataAttributes */ export interface ModifyItemPayloadDataAttributes { /** * A human friendly name to identify an item. **Note:** For BIM 360 projects this attribute is reserved for future releases and should not be used. For such items use a version\'s ``attributes.name`` as the item\'s name. * @type {string} * @memberof ModifyItemPayloadDataAttributes */ 'displayName'?: string; }