backendVariableTemplates property

List<ConfigVariableTemplate>? backendVariableTemplates
getter/setter pair

Backend variable templates is only used when connector backend is enabled.

This is used to specify the variables required by the connector backend service to talk to the actual application backend. This translates to additional variable templates in the connection config.

Optional.

Implementation

core.List<ConfigVariableTemplate>? backendVariableTemplates;