Profile

public struct Profile : Sendable, Hashable

Profile model.

Properties

  • Declaration

    Swift

    public let accountName: String?
  • Declaration

    Swift

    public let userAccountId: Int
  • Declaration

    Swift

    public let companyAccountId: Int?
  • Declaration

    Swift

    public let email: String?
  • Declaration

    Swift

    public let firstName: String?
  • Declaration

    Swift

    public let lastName: String?
  • Declaration

    Swift

    public let requiredName: String?
  • Declaration

    Swift

    public let imageInfo: ImageInfo?