Sha256: 97ae53ba351eaa0d1dfacb1df971bd7c86b3bfbf4aa11f74f5983e40931ce219
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
# Kuapir::FilmTopResponseFilms ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **film_id** | **Integer** | | [optional] | | **name_ru** | **String** | | [optional] | | **name_en** | **String** | | [optional] | | **year** | **String** | | [optional] | | **film_length** | **String** | | [optional] | | **countries** | [**Array<Country>**](Country.md) | | [optional] | | **genres** | [**Array<Genre>**](Genre.md) | | [optional] | | **rating** | **Float** | | [optional] | | **rating_vote_count** | **Integer** | | [optional] | | **poster_url** | **String** | | [optional] | | **poster_url_preview** | **String** | | [optional] | ## Example ```ruby require 'kuapir' instance = Kuapir::FilmTopResponseFilms.new( film_id: 263531, name_ru: Мстители, name_en: The Avengers, year: 2012, film_length: 137, countries: null, genres: null, rating: 7.9, rating_vote_count: 284245, poster_url: http://kinopoiskapiunofficial.tech/images/posters/kp/263531.jpg, poster_url_preview: https://kinopoiskapiunofficial.tech/images/posters/kp_small/301.jpg ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kuapir-0.1.4 | docs/FilmTopResponseFilms.md |
kuapir-0.1.3 | docs/FilmTopResponseFilms.md |
kuapir-0.1.2 | docs/FilmTopResponseFilms.md |