Record
contact
No description available.
record contact {
email: option<string>,
group: option<string>,
id: option<s32>,
name: option<string>,
phone: option<contact-phone>,
updated: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| option<string> | ||
| group | option<string> | |
| id | option<s32> | |
| name | option<string> | |
| phone | option<contact-phone> | |
| updated | option<string> |