Record
vias-name
No description available.
record vias-name {
first-name: option<string>,
gender: option<vias-name-gender-enum>,
infix: option<string>,
last-name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| first-name | option<string> | |
| gender | option<vias-name-gender-enum> | |
| infix | option<string> | |
| last-name | option<string> |