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
16
17
18
# UploadSession

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique identifier for the upload. | [optional]
**r#type** | Option<**String**> | The type of the upload. | [optional]
**create_at** | Option<**i64**> | The time the upload was created in milliseconds. | [optional]
**user_id** | Option<**String**> | The ID of the user performing the upload. | [optional]
**channel_id** | Option<**String**> | The ID of the channel to upload to. | [optional]
**filename** | Option<**String**> | The name of the file to upload. | [optional]
**file_size** | Option<**i64**> | The size of the file to upload in bytes. | [optional]
**file_offset** | Option<**i64**> | The amount of data uploaded in bytes. | [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)