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
# Job

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique id of the job | [optional]
**r#type** | Option<**String**> | The type of job | [optional]
**create_at** | Option<**i64**> | The time at which the job was created | [optional]
**start_at** | Option<**i64**> | The time at which the job was started | [optional]
**last_activity_at** | Option<**i64**> | The last time at which the job had activity | [optional]
**status** | Option<**String**> | The status of the job | [optional]
**progress** | Option<**i32**> | The progress (as a percentage) of the job | [optional]
**data** | Option<[**serde_json::Value**].md> | A freeform data field containing additional information about the job | [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)