doNotAssociateControlIds property

List<String>? doNotAssociateControlIds
getter/setter pair

Condition do not associate specifications.

If multiple do not associate conditions match, all matching do not associate controls in the list will execute. - Order does not matter. - Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.

Implementation

core.List<core.String>? doNotAssociateControlIds;