gong-rs 0.0.1

A gong.io API client for the Rust language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# UserSettingsHistory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**setting** | Option<**String**> | The user capability that was changed | [optional]
**value** | Option<**bool**> | The new value that was set | [optional]
**time** | Option<**String**> | The date and time the action was set, in the ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). | [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)