| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | Type of the join operation | |
| on | List<JoinOn> | List of objects defining joined tables | |
| query | FulltextFilter | [optional] | |
| table | String | Basic table of the join operation |
| Name | Value |
|---|---|
| INNER | "inner" |
| LEFT | "left" |
| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | Type of the join operation | |
| on | List<JoinOn> | List of objects defining joined tables | |
| query | FulltextFilter | [optional] | |
| table | String | Basic table of the join operation |
| Name | Value |
|---|---|
| INNER | "inner" |
| LEFT | "left" |