Interface VideoLibraryGetRecentlyAddedMoviesParams

interface VideoLibraryGetRecentlyAddedMoviesParams {
    limits?: ListLimits;
    properties?: VideoFieldsMovie;
    sort?: ListSort;
}

Properties

limits?: ListLimits
properties?: VideoFieldsMovie
sort?: ListSort