joinAllowedColumns property
The only columns that joins are allowed on.
This field is must be specified for join_conditions JOIN_ANY and JOIN_ALL and it cannot be set for JOIN_BLOCKED.
Optional.
Implementation
core.List<core.String>? joinAllowedColumns;