/* 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. */ /** * * @export * @interface ActivityReference */ export interface ActivityReference { /** * The ID (UUID) that uniquely identifies a campaign activity. * @type {string} * @memberof ActivityReference */ 'campaign_activity_id'?: string; /** * The purpose of the individual campaign activity in the larger email campaign effort. Valid values are:
primary_email contains the complete email content.primary_email content without any personalized email information. For example, permalinks do not contain any of the contact details that you add to the primary_email email content. primary_email and a permalink role campaign activity when you create an email campaign.
* @type {string}
* @memberof ActivityReference
*/
'role'?: string;
}