Campaign attributes.

Hierarchy

  • CampaignResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: Date

Creation time of the campaign.

description?: string

The description of the campaign.

dueDate?: Date

The due date of the campaign.

entityScope?: string

Entity scope query to filter entities for this campaign.

guidance?: string

Guidance for the campaign.

key: string

The unique key for the campaign.

modifiedAt: Date

Time of last campaign modification.

name: string

The name of the campaign.

owner: string

The UUID of the campaign owner.

startDate: Date

The start date of the campaign.

status: string

The status of the campaign.

Generated using TypeDoc