# Join
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Type of the join operation |
**on** | [**Vec<models::JoinOn>**](joinOn.md) | List of objects defining joined tables |
**query** | Option<[**models::FulltextFilter**](fulltextFilter.md)> | | [optional]
**table** | **String** | Basic table of the join operation |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)