| Name | Type | Description | Notes | | ———— | ————- | ————- | ————- | | videoId | kotlin.Long | The unique ID of a video associated with a listing. | [optional] | | height | kotlin.Int | The video height dimension in pixels. | [optional] | | width | kotlin.Int | The video width dimension in pixels. | [optional] | | thumbnailUrl | kotlin.String | The url of the video thumbnail. | [optional] | | videoUrl | kotlin.String | The url of the video file. | [optional] | | videoState | inline | The current state of a given video. Value is one of `active`, `inactive`, `deleted` or `flagged`. | [optional] |
| Name | Value | | —- | —– | | videoState | active, inactive, deleted, flagged |