- property string $campaign_id The unique ID used to identify the email campaign (UUID format).
- property \PHPFUI\ConstantContact\DateTime $created_at The system generated date and time that this email campaign was created. This string is readonly and is in ISO-8601 format.
- property string $current_status The current status of the email campaign. Valid values are:
- property string $name The descriptive name the user provides to identify this campaign. Campaign names must be unique for each account ID.
- property string $type Identifies the type of campaign that you select when creating the campaign. Newsletter and Custom Code email campaigns are the primary types.
- property int $type_code The code used to identify the email campaign
type
. - property \PHPFUI\ConstantContact\DateTime $updated_at The system generated date and time showing when the campaign was last updated. This string is read only and is in ISO-8601 format.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['campaign_id' => 'string', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'current_status' => 'string', 'name' => 'string', 'type' => 'string', 'type_code' => 'int', 'updated_at' => '\PHPFUI\ConstantContact\DateTime'] |
protected static array $maxLength = ['name' => 80] |
Properties |
protected static array $fields = ['campaign_id' => 'string', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'current_status' => 'string', 'name' => 'string', 'type' => 'string', 'type_code' => 'int', 'updated_at' => '\PHPFUI\ConstantContact\DateTime'] |
protected static array $maxLength = ['name' => 80] |