# piped_api.model.StreamItem ## Load the model package ```dart import 'package:piped_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of the stream item. Always stream. | [optional] **duration** | **int** | The duration of the video in seconds. | **thumbnail** | **String** | The thumbnail of the video. | **title** | **String** | The title of the video. | **uploaded** | **int** | The date in unix epoch the video was uploaded. | [optional] **uploadedDate** | **String** | The relative date the video was uploaded on. | [optional] **uploaderAvatar** | **String** | The avatar of the channel of the video. | [optional] **uploaderName** | **String** | The name of the channel of the video. | [optional] **uploaderUrl** | **String** | The relative URL of the channel of the video. | [optional] **uploaderVerified** | **bool** | Whether or not the channel has a verified badge. | [optional] **url** | **String** | The relative URL to the video. | **views** | **int** | The number of views the video has. | [optional] **isShort** | **bool** | Whether or not the video is a short video. | [optional] **shortDescription** | **String** | The short description of the video. | [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)