twilio-rust-openapi 1.0.0

This is the public Twilio REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account]https://www.twilio.com/docs/iam/api/account that created User Defined Message. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call]https://www.twilio.com/docs/voice/api/call-resource the User Defined Message is associated with. | [optional]
**sid** | Option<**String**> | The SID that uniquely identifies this User Defined Message. | [optional]
**date_created** | Option<**String**> | The date that this User Defined Message was created, given in RFC 2822 format. | [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)