brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # CreateVideoRequest

## 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. | [optional]
**size** | **int** | The size, in bytes, of the video content. | [optional]
**title** | **string** | The title of the video. | [optional]

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