VideoVO

Representation of a video.

Summary
VideoVO
Variables
id int64
name string
url string
startDate int64
endDate int64

Variables

id

int64

The id of the video.

name

string

The name of the video.

url

string

The url of the video.

startDate

int64

The startDate of the video.

Before this date the video should not be returned.

endDate

int64

The endDate of the video.

After this date the video should not returned.

Close