Contact

public struct Contact : Codable, Equatable

A contact.

  • A string listing the name of the contact.

    Declaration

    Swift

    public var name: String?
  • A string listing the role of the contact.

    Declaration

    Swift

    public var role: String?