# CallOutlineSection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **section** | Option<**String**> | The name of this section of the call. | [optional] **start_time** | Option<**f64**> | The starting time of this section, in seconds, from the start of the call. | [optional] **duration** | Option<**f64**> | The duration of this section, in seconds. | [optional] **items** | Option<[**Vec**](CallOutlineItem.md)> | List of items of this section. | [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)