one-msg-sdk 2.0.2

Official Rust SDK for the 1msg WhatsApp Business API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CallingSettingsCallingSipServersInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | Option<**String**> |  | [optional]
**port** | Option<**i32**> |  | [optional]
**request_uri_user_params** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
**sip_user_password** | Option<**String**> | Present on GET when SIP credentials are returned by Meta | [optional]
**password** | Option<**String**> | Alternate password field name from some Meta responses | [optional]
**app_id** | Option<**String**> |  | [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)