taskConfigsInternal property

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

Task configuration for the integration.

It's optional, but the integration doesn't do anything without task_configs.

Optional.

Implementation

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