Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.65 KB

CampaignRule.md

File metadata and controls

20 lines (16 loc) · 1.65 KB

CampaignRule

Properties

Name Type Description Notes
id string The globally unique identifier for the object. [optional]
name string The name of the CampaignRule.
dateCreated \DateTime Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
dateModified \DateTime Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ [optional]
version int Required for updates, must match the version number of the most recent update [optional]
campaignRuleEntities \PureCloudPlatform\Client\V2\Model\CampaignRuleEntities The list of entities that this CampaignRule monitors.
campaignRuleConditions \PureCloudPlatform\Client\V2\Model\CampaignRuleCondition[] The list of conditions that are evaluated on the entities.
campaignRuleActions \PureCloudPlatform\Client\V2\Model\CampaignRuleAction[] The list of actions that are executed if the conditions are satisfied.
matchAnyConditions bool [optional]
enabled bool Whether or not this CampaignRule is currently enabled. Required on updates. [optional]
selfUri string The URI for this object [optional]

[Back to Model list] [Back to API list] [Back to README]