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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | Option<**i32**> | The numeric value for the content | [optional]
**range_from** | **i32** | The lowest value that can be given to the content | 
**range_to** | **i32** | The highest value that can be given to the content | 
**numeric_type** | Option<**String**> | The type of numeric value | [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)