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
# Snippet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from_sec** | Option<**i32**> | Call snippet start in seconds relative to the call start time. For example 305 is a snippet that starts after 5 minutes and 5 seconds after the beginning of the call. | [optional]
**to_sec** | Option<**i32**> | Call snippet end in seconds relative to the call start time. For example 900 means that this snippet ends after exactly 15 minutes after the beginning of the call. | [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)