mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# PostListWithSearchMatches

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order** | Option<**Vec<String>**> |  | [optional]
**posts** | Option<[**::std::collections::HashMap<String, crate::models::Post>**]Post.md> |  | [optional]
**matches** | Option<[**::std::collections::HashMap<String, Vec<String>>**]array.md> | A mapping of post IDs to a list of matched terms within the post. This field will only be populated on servers running version 5.1 or greater with Elasticsearch enabled. | [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)