mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RelationalIntegrityCheckData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**parent_name** | Option<**String**> | the name of the parent relation (table). | [optional]
**child_name** | Option<**String**> | the name of the child relation (table). | [optional]
**parent_id_attr** | Option<**String**> | the name of the attribute (column) containing the parent id. | [optional]
**child_id_attr** | Option<**String**> | the name of the attribute (column) containing the child id. | [optional]
**records** | Option<[**Vec<crate::models::OrphanedRecord>**]OrphanedRecord.md> | the list of orphaned records found. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)