# PassAppSwaggerApi.Relation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**relationType** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**description** | **String** |  | [optional] 

<a name="RelationTypeEnum"></a>
## Enum: RelationTypeEnum

* `son` (value: `"son"`)
* `daughter` (value: `"daughter"`)
* `father` (value: `"father"`)
* `mother` (value: `"mother"`)
* `cousin` (value: `"cousin"`)
* `neighbour` (value: `"neighbour"`)
* `friend` (value: `"friend"`)
* `other` (value: `"other"`)

