Sha256: 7201c9e069dc3b6e2a38b4821038a8aec4987312f2d820d1884da801e498d8f1

Contents?: true

Size: 852 Bytes

Versions: 3

Compression:

Stored size: 852 Bytes

Contents

# Kuapir::RelatedFilmResponseItems

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **film_id** | **Integer** |  | [optional] |
| **name_ru** | **String** |  | [optional] |
| **name_en** | **String** |  | [optional] |
| **name_original** | **String** |  | [optional] |
| **poster_url** | **String** |  | [optional] |
| **poster_url_preview** | **String** |  | [optional] |
| **relation_type** | **String** |  | [optional] |

## Example

```ruby
require 'kuapir'

instance = Kuapir::RelatedFilmResponseItems.new(
  film_id: 301,
  name_ru: Матрица,
  name_en: The Matrix,
  name_original: The Matrix,
  poster_url: https://kinopoiskapiunofficial.tech/images/posters/kp/301.jpg,
  poster_url_preview: https://kinopoiskapiunofficial.tech/images/posters/kp_small/301.jpg,
  relation_type: SIMILAR
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kuapir-0.1.4 docs/RelatedFilmResponseItems.md
kuapir-0.1.3 docs/RelatedFilmResponseItems.md
kuapir-0.1.2 docs/RelatedFilmResponseItems.md