Interface GenresResponse

GenresResponse ($ref: "VideoLibrary.GetGenres.Response") Response structure for the GetGenres method.

interface GenresResponse {
    genres: Genre[];
}

Properties

Properties

genres: Genre[]