Phonebook public struct Phonebook: Model An Agenda which can be associated to a SippoGroup Inner Structs Contact Each Phonebook contact See more Declaration Swift public struct Contact: Model Properties name Phonebook name Declaration Swift public let name: String contacts Current phonebook contacts Declaration Swift public let contacts: [Phonebook.Contact]