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
# 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<models::CallOutlineItem>**]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)