mattermost-rust-client 4.0.8

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order** | Option<**Vec<String>**> |  | [optional]
**posts** | Option<[**::std::collections::HashMap<String, crate::models::Post>**]Post.md> |  | [optional]
**next_post_id** | Option<**String**> | The ID of next post. Not omitted when empty or not relevant. | [optional]
**prev_post_id** | Option<**String**> | The ID of previous post. Not omitted when empty or not relevant. | [optional]
**has_next** | Option<**bool**> | Whether there are more items after this page. | [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)