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
14
15
16
# UserIntegrationStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | Option<**String**> | The email address meeting organizer | [optional]
**exists** | Option<**bool**> | Whether the user exists in Gong | [optional]
**valid** | Option<**bool**> | Whether the integration is connected for the user | [optional]
**user_facing_error** | Option<**String**> | The message explaining in case the integration is currently not connected | [optional]
**fix_url** | Option<**String**> | A URL to place in the application to fix the problem | [optional]
**help_url** | Option<**String**> | A URL to the Gong help center where more information can be found about the error | [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)