/* tslint:disable */
/* eslint-disable */
/**
* Constant Contact API v3
* Swagger build version 3.0.2475
*
* The version of the OpenAPI document: 1.0.116
* Contact: webservices@constantcontact.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Use to exclude specified contacts from being added or removed from a tag. Only applicable if the specified source is either all_active_contacts (billable) or list_ids.
* @export
* @interface CreateTagRemoveActivityRequestExclude
*/
export interface CreateTagRemoveActivityRequestExclude {
/**
* Identifies the contacts, by contact_id, to exclude from the add or remove tags activity.
* @type {Array}
* @memberof CreateTagRemoveActivityRequestExclude
*/
'contact_ids'?: Array;
}