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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**country** | Option<**String**> | The country of the person in ISO 3166. If not available in ISO 3166, then send as string | [optional]
**state** | Option<**String**> | The state of the person in ISO 3166-2. If not available in ISO 3166-2, then send as string | [optional]
**region** | Option<**String**> | The region of the person in ISO 3166-2. If not available in ISO 3166-2, then send as string | [optional]
**city** | Option<**String**> | The city of the person | [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)