brandon14/ebay-sdk-php

View on GitHub
src/Commerce/MediaBeta/V1/docs/Model/Video.md

Summary

Maintainability
Test Coverage
# # Video

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**classification** | **string[]** | The intended use for this video content. The video’s classification is used to associate the video with a user or seller. Currently, the classification of all videos should be set to <code>ITEM</code>. | [optional]
**description** | **string** | The description of the video. The video description is an optional field that can be set using the <a href=\" /api-docs/commerce/media/resources/video/methods/createVideo\" target=\"_blank\">createVideo</a> method. | [optional]
**expiration_date** | **string** | The expiration date of the video in Coordinated Universal Time (UTC). The video’s expiration date is automatically set to 365 days (one year) after the video’s initial upload. | [optional]
**moderation** | [**\TNT\Ebay\Commerce\MediaBeta\V1\Model\Moderation**](Moderation.md) |  | [optional]
**play_lists** | [**\TNT\Ebay\Commerce\MediaBeta\V1\Model\Play[]**](Play.md) | The playlist created for the uploaded video, which provides the streaming video URLs to play the video. The supported streaming video protocols are DASH (Dynamic Adaptive Streaming over HTTP) and HLS (HTTP Live Streaming). The playlist will only be generated if a video is successfully uploaded with a status of <code>LIVE</code>. | [optional]
**size** | **int** | The size, in bytes, of the video content. | [optional]
**status** | **string** | The status of the current video resource. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/media/types/api:VideoStatusEnum'>eBay API documentation</a> | [optional]
**status_message** | **string** | The <b>statusMessage</b> field contains additional information on the status. For example, information on why processing might have failed or if the video was blocked. | [optional]
**thumbnail** | [**\TNT\Ebay\Commerce\MediaBeta\V1\Model\Image**](Image.md) |  | [optional]
**title** | **string** | The title of the video. | [optional]
**video_id** | **string** | The unique ID of the video. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)