integrationParametersInternal property

  1. @Deprecated('Not supported. Member documentation may have more information.')
EnterpriseCrmFrontendsEventbusProtoWorkflowParameters? integrationParametersInternal
getter/setter pair

Parameters that are expected to be passed to the integration when an event is triggered.

This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
EnterpriseCrmFrontendsEventbusProtoWorkflowParameters?
    integrationParametersInternal;