Sha256: 1f574fb979b7115ce51e8d819ea00981ed05047662e28a22ef1978d49b1f0d4a

Contents?: true

Size: 782 Bytes

Versions: 3

Compression:

Stored size: 782 Bytes

Contents

# Kuapir::PersonResponseSpouses

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **person_id** | **Integer** |  | [optional] |
| **name** | **String** |  | [optional] |
| **divorced** | **Boolean** |  | [optional] |
| **divorced_reason** | **String** |  | [optional] |
| **sex** | **String** |  | [optional] |
| **children** | **Integer** |  | [optional] |
| **web_url** | **String** |  | [optional] |
| **relation** | **String** |  | [optional] |

## Example

```ruby
require 'kuapir'

instance = Kuapir::PersonResponseSpouses.new(
  person_id: 32169,
  name: Сьюзан Дауни,
  divorced: false,
  divorced_reason: ,
  sex: MALE,
  children: 2,
  web_url: https://www.kinopoisk.ru/name/32169/,
  relation: супруга
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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