FenceGeotrigger

constructor(feed: GeotriggerFeed, ruleType: FenceRuleType, fenceParameters: FenceParameters, messageExpression: ArcadeExpression? = null, name: String = "")

Creates FenceGeotrigger with an expression and a name.

Since

200.1.0

Parameters

feed

The GeotriggerFeed that is monitored for changes.

ruleType

The FenceRuleType that describes the check that will be performed upon the feed data.

fenceParameters

The FenceParameters that will be evaluated.

messageExpression

The ArcadeExpression that will be evaluated to create a GeotriggerNotificationInfo.message.

name

The name for the FenceGeotrigger.