mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
# FileInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique identifier for this file | [optional]
**user_id** | Option<**String**> | The ID of the user that uploaded this file | [optional]
**post_id** | Option<**String**> | If this file is attached to a post, the ID of that post | [optional]
**create_at** | Option<**i64**> | The time in milliseconds a file was created | [optional]
**update_at** | Option<**i64**> | The time in milliseconds a file was last updated | [optional]
**delete_at** | Option<**i64**> | The time in milliseconds a file was deleted | [optional]
**name** | Option<**String**> | The name of the file | [optional]
**extension** | Option<**String**> | The extension at the end of the file name | [optional]
**size** | Option<**i32**> | The size of the file in bytes | [optional]
**mime_type** | Option<**String**> | The MIME type of the file | [optional]
**width** | Option<**i32**> | If this file is an image, the width of the file | [optional]
**height** | Option<**i32**> | If this file is an image, the height of the file | [optional]
**has_preview_image** | Option<**bool**> | If this file is an image, whether or not it has a preview-sized version | [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)