/* 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.
*/
/**
* You can export contact objects to a CSV file. By default, all contacts in the user\'s account are exported if none of the following properties are included:
list_ids.
* @type {Arraycontact_ids.
* @type {Arraysegment_id from which you want to export all contacts that meet the specified segment_criteria. This property is mutually exclusive with contact_ids and list_ids. You can only specify one segment_id.
* @type {number}
* @memberof ContactsExport
*/
'segment_id'?: number;
/**
* Use this array to export specific contact fields. You must export email_address to successfully export email_optin_source, email_optin_date, email_optout_source, email_optout_date, or email_optout_reason.
* @type {Arrayactive (billable), unsubscribed, or removed. Applicable with either `contact_ids` or `list_ids` as the source.
* @type {string}
* @memberof ContactsExport
*/
'status'?: string;
}