twilio-openapi 1.2.2

This is a twilio API client generated via openAPI and slightly modified
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ApiPeriodV2010PeriodAccountPeriodCallPeriodStream

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The SID of the Stream resource. | [optional]
**account_sid** | Option<**String**> | The SID of the Account that created this resource | [optional]
**call_sid** | Option<**String**> | The SID of the Call the resource is associated with | [optional]
**name** | Option<**String**> | The name of this resource | [optional]
**status** | Option<[**crate::models::StreamEnumStatus**]stream_enum_status.md> |  | [optional]
**date_updated** | Option<**String**> | The RFC 2822 date and time in GMT that this resource was last updated | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com` | [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)