parameterEntries property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>? parameterEntries
getter/setter pair

Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<EnterpriseCrmFrontendsEventbusProtoParameterEntry>?
    parameterEntries;