Agent

public struct Agent
  • Declaration

    Swift

    public private(set) var contact: Contact! { get }
  • Declaration

    Swift

    public private(set) var title: String? { get }
  • Declaration

    Swift

    public private(set) var nickname: String! { get }
  • Declaration

    Swift

    public private(set) var isPrefered: Bool! { get }