Record
contact
No description available.
record contact {
first-name: string,
last-name: option<string>,
phone-number: string,
user-id: option<s32>,
vcard: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| first-name | string | |
| last-name | option<string> | |
| phone-number | string | |
| user-id | option<s32> | |
| vcard | option<string> |