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

NameTypeDescription
emailoption​<string>
groupoption​<string>
idoption​<s32>
nameoption​<string>
phoneoption​<contact-phone>
updatedoption​<string>