Sha256: eb96ffc0726f6d31ce492cf60cff8a14f3135234d347b345a99711fc0250fc79

Contents?: true

Size: 727 Bytes

Versions: 3

Compression:

Stored size: 727 Bytes

Contents

# Kuapir::PersonResponseFilms

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **film_id** | **Integer** |  | [optional] |
| **name_ru** | **String** |  | [optional] |
| **name_en** | **String** |  | [optional] |
| **rating** | **String** |  | [optional] |
| **general** | **Boolean** |  | [optional] |
| **description** | **String** |  | [optional] |
| **profession_key** | **String** |  | [optional] |

## Example

```ruby
require 'kuapir'

instance = Kuapir::PersonResponseFilms.new(
  film_id: 32169,
  name_ru: Солист,
  name_en: The Soloist,
  rating: 7.2 or 76% if film has not released yet,
  general: false,
  description: Steve Lopez,
  profession_key: ACTOR
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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