# YouTubeVideoRetentionResponse
## Properties
**success** | Option<**bool**> | | [optional]
**account_id** | Option<**String**> | The Zernio account ID for the YouTube account | [optional]
**video_id** | Option<**String**> | The YouTube video ID | [optional]
**title** | Option<**String**> | Video title | [optional]
**published_at** | Option<**String**> | When the video was published on YouTube | [optional]
**duration_seconds** | Option<**i32**> | Video length in seconds (from YouTube contentDetails.duration) | [optional]
**date_range** | Option<[**models::YouTubeDailyViewsResponseDateRange**](YouTubeDailyViewsResponseDateRange.md)> | | [optional]
**retention_curve** | Option<[**Vec<models::YouTubeVideoRetentionResponseRetentionCurveInner>**](YouTubeVideoRetentionResponseRetentionCurveInner.md)> | Up to 100 points covering the video timeline, aggregated over the date range. Empty for videos with very few views. | [optional]
**note** | Option<**String**> | Present only when the curve is empty, explaining why | [optional]
**scope_status** | Option<[**models::YouTubeDailyViewsResponseScopeStatus**](YouTubeDailyViewsResponseScopeStatus.md)> | | [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)