Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 948 Bytes

File metadata and controls

23 lines (16 loc) · 948 Bytes

LogicRuleArgument

Represents an argument for a logic rule operation. An argument can be passed in via the action parameters, as a static value, or as some other value.

This is a discriminator type and does not contain any fields. Instead, it is a union of of the models listed below.

This discriminator class uses the type field to differentiate between classes.

Class Value
CurrentTimeArgument currentTime
StaticArgument staticValue
CurrentUserArgument currentUser
ParameterIdArgument parameterId
InterfaceParameterPropertyArgument interfaceParameterPropertyValue
SynchronousWebhookOutputArgument synchronousWebhookOutput
ObjectParameterPropertyArgument objectParameterPropertyValue
UniqueIdentifierArgument uniqueIdentifier

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