zernio 0.0.90

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# YouTubeDailyViewsResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**success** | Option<**bool**> |  | [optional]
**video_id** | Option<**String**> | The YouTube video ID | [optional]
**date_range** | Option<[**models::YouTubeDailyViewsResponseDateRange**]YouTubeDailyViewsResponseDateRange.md> |  | [optional]
**total_views** | Option<**i32**> | Sum of views across all days in the range | [optional]
**daily_views** | Option<[**Vec<models::YouTubeDailyViewsResponseDailyViewsInner>**]YouTubeDailyViewsResponseDailyViewsInner.md> |  | [optional]
**last_synced_at** | Option<**String**> | When the data was last synced from YouTube | [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)