AlertWordPivot

final class AlertWordPivot : Model, @unchecked Sendable

Properties

  • id

    The pivot’s ID.

    Declaration

    Swift

    @AlertWordPivot
    .ID var id: UUID? { get set }
  • The number of Twarrts that this user has viewed

    Declaration

    Swift

    @AlertWordPivot
    .Field var twarrtCount: Int { get set }
  • The number of ForumPosts containing this alertword that this user has viewed

    Declaration

    Swift

    @AlertWordPivot
    .Field var postCount: Int { get set }

Relations

Initialization